public interface ReadFieldEvent extends FieldEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defaultReadField()
Gets the value read from the field at the time the event fired.
|
TerminalRegion |
getTerminalRegion()
Gets the screen region that describes the location, size and contents
of the field at the time the event fired.
|
getFieldMetaData, getFieldName
getHostRecordIndex, getRecordIndex, getRecordStateObject, isRecordStateObject, setRecordStateObject
getPageNumber, getRecordSetContext, getRecordSetMetaData, getRecordSetName
getEntityName, getTabStops
getHostSession
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
TerminalRegion getTerminalRegion()
LinearTerminalRegion
or
RectangularTerminalRegion
depending on the type of region. If
the location, size or contents of the field changes during the course
of this event, it will not be reflected in the value returned.java.lang.String defaultReadField()