|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PagingEvent.ID>
com.dlsc.flexgantt.model.paging.PagingEvent.ID
public static enum PagingEvent.ID
An enumerator with event IDs that can be used by model listeners to distinguish between different types of events that have occured inside a paging model.
| Enum Constant Summary | |
|---|---|
PAGE_ADDED
An identifier used for such events that get fired when a page was added to a paging model. |
|
PAGE_CHANGED
An identifier used for such events that get fired when the currently used page was changed. |
|
PAGE_REMOVED
An identifier used for such events that get fired when a page was removed from a paging model. |
|
| Method Summary | |
|---|---|
static PagingEvent.ID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PagingEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PagingEvent.ID PAGE_ADDED
public static final PagingEvent.ID PAGE_REMOVED
public static final PagingEvent.ID PAGE_CHANGED
| Method Detail |
|---|
public static final PagingEvent.ID[] values()
for(PagingEvent.ID c : PagingEvent.ID.values())
System.out.println(c);
public static PagingEvent.ID valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||