|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
wt.clients.beans.RapidFindEvent
The rapid find event emitted by RapidFind
objects when a
retrieve is beginning or completed.
Field Summary | |
private Object |
myDetail
|
private String |
myStatus
|
private int |
myType
|
static int |
RETRIEVE_BEGIN
The command type. |
static int |
RETRIEVE_COMPLETE
The select type. |
static int |
STATUS
The status type. |
static int |
UNKNOWN
|
private static String |
versionID
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RapidFindEvent(RapidFind rapid_find,
int a_type)
Constructs a WTQueryEvent object with the specified source component,
type, and value. |
|
RapidFindEvent(RapidFind rapid_find,
int a_type,
Object the_details)
Constructs a WTQueryEvent object with the specified source component,
type, and object. |
Method Summary | |
Object |
getDetail()
Returns the target object. |
String |
getStatus()
Returns the status message. |
int |
getType()
Returns the type of WTQueryEvent . |
void |
setStatus(String aValue)
For internal use only. |
String |
toString()
|
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 |
private static final String versionID
public static final int UNKNOWN
public static final int RETRIEVE_BEGIN
public static final int RETRIEVE_COMPLETE
public static final int STATUS
private int myType
private Object myDetail
private String myStatus
Constructor Detail |
public RapidFindEvent(RapidFind rapid_find, int a_type)
WTQueryEvent
object with the specified source component,
type, and value. For COMMAND
type events, the value will be a button
as defined in WTQuery
. For STATUS
type events, the value
will be the status message string.
public RapidFindEvent(RapidFind rapid_find, int a_type, Object the_details)
WTQueryEvent
object with the specified source component,
type, and object.
Method Detail |
public int getType()
WTQueryEvent
.
WTQueryEvent
.public String getStatus()
public void setStatus(String aValue)
public Object getDetail()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |