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, getFieldNamegetHostRecordIndex, getRecordIndex, getRecordStateObject, isRecordStateObject, setRecordStateObjectgetPageNumber, getRecordSetContext, getRecordSetMetaData, getRecordSetNamegetEntityName, getTabStopsgetHostSessiongetClientSession, getCurrentOperation, getCurrentProcedure, getModelContextcheckForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironmentTerminalRegion 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()