|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EventType>
com.sibvisions.rad.ui.gwt.shared.event.EventType
public enum EventType
The EventType defines all possible events for client/server
event handling.
| Enum Constant Summary | |
|---|---|
Action
send action event. |
|
Delete
delete data event. |
|
InsertUpdate
insert or update data event. |
|
MetaData
retrieve meta data event. |
|
RowData
retrieve row data. |
|
RowSelect
row selection event. |
|
SetEditorValue
sets the value of an editor. |
|
Startup
starts the application. |
|
TableData
retrieve table data. |
|
WindowClosing
send window closing event. |
|
| Method Summary | |
|---|---|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
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 EventType Startup
public static final EventType Action
public static final EventType WindowClosing
public static final EventType MetaData
public static final EventType TableData
public static final EventType RowData
public static final EventType InsertUpdate
public static final EventType Delete
public static final EventType RowSelect
public static final EventType SetEditorValue
| Method Detail |
|---|
public static final EventType[] values()
for(EventType c : EventType.values())
System.out.println(c);
public static EventType valueOf(String name)
name - the name of the enum constant to be returned.
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 | |||||||||