Package wt.clients.beans.query
Class WTQueryEvent
java.lang.Object
java.util.EventObject
wt.clients.beans.query.WTQueryEvent
- All Implemented Interfaces:
Serializable
The query event emitted by
Supported API: true
Extendable: false
WTQuery objects when an
item is selected, a status message is available or a button is
clicked.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe command type.static final StringThe deselect type.static final StringThe select type.static final StringThe status type.Fields inherited from class java.util.EventObject
source -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
COMMAND
The command type.
Supported API: true- See Also:
-
SELECT
The select type.
Supported API: true- See Also:
-
DESELECT
The deselect type.
Supported API: true- See Also:
-
STATUS
The status type.
Supported API: true- See Also:
-
-
Method Details
-
getType
Returns the type ofWTQueryEvent.
Supported API: true- Returns:
- the type of
WTQueryEvent.
-