public interface WriteFieldEvent extends FieldEvent
Modifier and Type | Method and Description |
---|---|
void |
defaultWriteField()
Writes the value returned by
getFieldWriteValue() to the
field. |
void |
defaultWriteField(java.lang.String value)
Writes the specified value to the field.
|
java.lang.String |
getFieldWriteValue()
Gets the value to be written to the field.
|
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
java.lang.String getFieldWriteValue()
void defaultWriteField() throws ApptrieveException
getFieldWriteValue()
to the
field. The prepending, appending and padding of spaces will be
performed as defined in the model. Any before, underfill and after
operations defined on the field will be executed.ApptrieveException
- if the write failsvoid defaultWriteField(java.lang.String value) throws ApptrieveException
value
- the value to writeApptrieveException
- if the write fails