|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
wt.clients.beans.query.WTQueryEvent
public class WTQueryEvent
The query event emitted by WTQuery objects when an
item is selected, a status message is available or a button is
clicked.
Supported API: true
Extendable: false
WTQuery,
Serialized Form| Field Summary | |
|---|---|
static String |
COMMAND
The command type. |
static String |
DESELECT
The deselect type. |
static String |
SELECT
The select type. |
static String |
STATUS
The status type. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
String |
getType()
Returns the type of WTQueryEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMAND
public static final String SELECT
public static final String DESELECT
public static final String STATUS
| Method Detail |
|---|
public String getType()
WTQueryEvent.
WTQueryEvent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||