Package | Description |
---|---|
org.fireweb |
Modifier and Type | Method and Description |
---|---|
EventType.Value |
EventListener.getValueType()
Set how do you expect to receive value(s).
|
static EventType.Value |
EventType.Value.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType.Value[] |
EventType.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventListener |
EventListener.setValueType(EventType.Value valueType)
Specifies how do you expect to receive value(s) of elements from web
browser.
|