wt.clients.beans.query
Class WTQueryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by wt.clients.beans.query.WTQueryEvent
All Implemented Interfaces:
Serializable

public class WTQueryEvent
extends EventObject

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

See Also:
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

COMMAND

public static final String COMMAND
The command type.

Supported API: true

See Also:
Constant Field Values

SELECT

public static final String SELECT
The select type.

Supported API: true

See Also:
Constant Field Values

DESELECT

public static final String DESELECT
The deselect type.

Supported API: true

See Also:
Constant Field Values

STATUS

public static final String STATUS
The status type.

Supported API: true

See Also:
Constant Field Values
Method Detail

getType

public String getType()
Returns the type of WTQueryEvent.

Supported API: true

Returns:
the type of WTQueryEvent.