|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordSetEvent
Record set event information.
Method Summary | |
---|---|
int |
getPageNumber()
Gets the one-based page number of the recordset at the time the event fired. |
RecordSetContext |
getRecordSetContext()
Gets the record set context. |
RecordSetMetaData |
getRecordSetMetaData()
Gets the metadata for this recordset. |
java.lang.String |
getRecordSetName()
Gets the record set name. |
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 |
---|
java.lang.String getRecordSetName()
int getPageNumber()
If no scrolling has occurred, the recordset is considered to be on the first page. After paging down once, the recordset is considered to be on the second page.
If the recordset is paged up while on the first page, the state of the recordset is reset and the counting starts over again. Thus the page number will always be greater than or equal to one.
RecordSetContext getRecordSetContext()
RecordSetMetaData getRecordSetMetaData() throws ApptrieveException
ApptrieveException
- if an error occurs obtaining the metadata
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |