|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordEvent
Record event information.
Method Summary | |
---|---|
int |
getHostRecordIndex()
Gets the one-based index of this record on the screen. |
int |
getRecordIndex()
Gets the one-based index of the record within the recordset. |
java.lang.Object |
getRecordStateObject(java.lang.String name)
Gets the object bound to the specified name in this record set context, or null if no object is bound to the name. |
boolean |
isRecordStateObject(java.lang.String name)
Tests for the presence of a record set context object bound to the specified name. |
void |
setRecordStateObject(java.lang.String name,
java.lang.Object object)
Binds an object to this record set context, using the name specified. |
Methods inherited from interface com.wrq.vhi.script.api.RecordSetEvent |
---|
getPageNumber, getRecordSetContext, getRecordSetMetaData, getRecordSetName |
Methods inherited from interface com.wrq.vhi.script.api.EntityEvent |
---|
getEntityName, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent |
---|
getHostSession |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
int getRecordIndex()
int getHostRecordIndex()
boolean isRecordStateObject(java.lang.String name)
name
- the name of the object
java.lang.Object getRecordStateObject(java.lang.String name)
name
- the name of the object
void setRecordStateObject(java.lang.String name, java.lang.Object object)
name
- the name to which to bind the objectobject
- the object to bind
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |