com.wrq.vhi.script.api
Interface IsTerminatedEvent
- All Superinterfaces:
- EntityEvent, Event, HostSessionEvent, ModelEvent, RecordSetEvent
public interface IsTerminatedEvent
- extends RecordSetEvent
Is terminated event information.
- See Also:
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. |
SCROLL_UP
static final int SCROLL_UP
- Constant that specifies VHI is checking for scroll up termination.
- See Also:
- Constant Field Values
SCROLL_DOWN
static final int SCROLL_DOWN
- Constant that specifies VHI is checking for scroll down termination.
- See Also:
- Constant Field Values
getScrollDirection
int getScrollDirection()
- Gets the direction VHI is checking for scroll termination.
- Returns:
- one of the following constants:
getCurrentRecordSetScreen
RecordSetScreen getCurrentRecordSetScreen()
throws ApptrieveException
- Fetches all records (including blank, repeated, filtered etc) on the
current screen.
- Returns:
- the records on the current screen
- Throws:
ApptrieveException
defaultIsTerminated
boolean defaultIsTerminated()
- Gets the result of VHI's default termination logic as defined in the
model.
- Returns:
- true if VHI determined that scrolling is terminated