|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<WebPlatformEventType>
com.guiseframework.platform.web.WebPlatformEventType
public enum WebPlatformEventType
The type of event received from the web platform. The name of the XML element in which the event is serialized will be the serialized from of the event type name.
Enums.getSerializedEnum(Class, String)| Enum Constant Summary | |
|---|---|
ACTION
An action on a component. |
|
CHANGE
A property change on a component. |
|
DROP
The end of a drag-and-drop operation. |
|
FOCUS
A focus change. |
|
INIT
Information resulting from form changes, analogous to that in an HTTP POST. |
|
KEYPRESS
A key pressed anywhere. |
|
KEYRELEASE
A key released anywhere. |
|
LOG
Sends debug information to the server. |
|
MOUSECLICK
A mouse click event related to a component. |
|
MOUSEENTER
A mouse enter event related to a component. |
|
MOUSEEXIT
A mouse exit event related to a component. |
|
POLL
Polls the server to check for updates. |
|
| Method Summary | |
|---|---|
static WebPlatformEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebPlatformEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WebPlatformEventType ACTION
public static final WebPlatformEventType CHANGE
public static final WebPlatformEventType DROP
public static final WebPlatformEventType FOCUS
public static final WebPlatformEventType INIT
public static final WebPlatformEventType KEYPRESS
public static final WebPlatformEventType KEYRELEASE
public static final WebPlatformEventType LOG
public static final WebPlatformEventType MOUSECLICK
public static final WebPlatformEventType MOUSEENTER
public static final WebPlatformEventType MOUSEEXIT
public static final WebPlatformEventType POLL
| Method Detail |
|---|
public static WebPlatformEventType[] values()
for (WebPlatformEventType c : WebPlatformEventType.values()) System.out.println(c);
public static WebPlatformEventType 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
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||