|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetRecordTypeEvent
Get record type event information.
RecordSetEventHandler.getRecordType(com.wrq.vhi.script.api.GetRecordTypeEvent)
Field Summary | |
---|---|
static int |
BLANK_RECORD
Record type constant that means the record does not contain data but is still visible to client applications. |
static int |
EXCLUDED_BLANK_RECORD
Record type constant that means the record does not contain data and is not visible to client applications. |
static int |
EXCLUDED_RECORD
Record type constant that means the record should not be visible to client applications. |
static int |
NORMAL_RECORD
Record type constant that means the record contains data and is visible to client applications. |
Method Summary | |
---|---|
int |
defaultGetRecordType()
Gets the default record type of the record. |
int |
getLastHostRecordIndex()
Gets the one-based index of the last record on the screen. |
ModelRecord |
getRecord()
Get the record. |
boolean |
isLastPage()
Check if this is the last page of the record set. |
Methods inherited from interface com.wrq.vhi.script.api.RecordEvent |
---|
getHostRecordIndex, getRecordIndex, getRecordStateObject, isRecordStateObject, setRecordStateObject |
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 NORMAL_RECORD
static final int BLANK_RECORD
NORMAL_RECORD
record.
static final int EXCLUDED_RECORD
static final int EXCLUDED_BLANK_RECORD
BLANK_RECORD
and EXCLUDED_RECORD
. When an insert
occurs on a record of this type it will automatically become a
NORMAL_RECORD
record.
Method Detail |
---|
ModelRecord getRecord()
boolean isLastPage()
int getLastHostRecordIndex()
int defaultGetRecordType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |