|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsTerminatedEvent
Is terminated event information.
RecordSetEventHandler.isTerminated(com.wrq.vhi.script.api.IsTerminatedEvent)
Field Summary | |
---|---|
static int |
SCROLL_DOWN
Constant that specifies VHI is checking for scroll down termination. |
static int |
SCROLL_UP
Constant that specifies VHI is checking for scroll up termination. |
Method Summary | |
---|---|
boolean |
defaultIsTerminated()
Gets the result of VHI's default termination logic as defined in the model. |
RecordSetScreen |
getCurrentRecordSetScreen()
Fetches all records (including blank, repeated, filtered etc) on the current screen. |
int |
getScrollDirection()
Gets the direction VHI is checking for scroll termination. |
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.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 |
Field Detail |
---|
static final int SCROLL_UP
static final int SCROLL_DOWN
Method Detail |
---|
int getScrollDirection()
RecordSetScreen getCurrentRecordSetScreen() throws ApptrieveException
ApptrieveException
boolean defaultIsTerminated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |