com.wrq.vhi.script.api
Interface FieldEvent

All Superinterfaces:
EntityEvent, Event, HostSessionEvent, ModelEvent, RecordEvent, RecordSetEvent
All Known Subinterfaces:
ReadFieldEvent, WriteFieldEvent

public interface FieldEvent
extends RecordEvent

Field event information.


Method Summary
 FieldMetaData getFieldMetaData()
          Gets the metadata for this field.
 java.lang.String getFieldName()
          Gets the field name.
 
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.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

getFieldName

java.lang.String getFieldName()
Gets the field name.

Returns:
the name of the field

getFieldMetaData

FieldMetaData getFieldMetaData()
                               throws ApptrieveException
Gets the metadata for this field.

Returns:
the metadata for the field
Throws:
ApptrieveException - if an error occurs obtaining the metadata