|
Class Summary |
| ApplyParameterEventHandler |
The ApplyParameterEventHandler updates an attribute value using the
specified parameter value. |
| BaseEventHandler |
Base BC4J event handler. |
| ChainingEventHandler |
The ChainingEventHandler chains together a array of event handlers,
until the event is marked as consumed. |
| CommitEventHandler |
The CommitEventHandler commits the transaction for the currently scoped
ApplicationModule. |
| CreateRowEventHandler |
The CreateRowEventHandler puts a default Row into scope for child
event handlers. |
| ExecuteQueryEventHandler |
The ExecuteQueryEventHandler executes the currently scoped RowSet. |
| FindAppModuleEventHandler |
The FindAppModuleEventHandler puts the ApplicationModule into scope for
child event handlers. |
| FindAttrDefEventHandler |
Deprecated. use FindAttributeEventHandler instead |
| FindAttributeEventHandler |
The FindAttributeEventHandler puts the Attribute into scope for child
event handlers. |
| FindByExampleEventHandler |
The FindByExampleEventHandler applies a ViewCriteria to the currently
scoped ViewObject, by ORing together each example Row and ANDing together
the example Attributes for each example Row. |
| FindRootAppModuleEventHandler |
The FindRootAppModuleEventHandler puts the root application module into
scope for child event handlers. |
| FindRowByKeyEventHandler |
The FindRowByKeyEventHandler searches for the Row with the specified Key,
putting the Row into scope for child event handlers. |
| FindRowEventHandler |
The FindRowEventHandler searches for the row identified by the named
RowDef in the Registry, putting the Row into scope for child event handlers. |
| FindRowSetEventHandler |
The FindRowSetEventHandler puts the RowSet into scope for child
event handlers. |
| FindRowSetIteratorEventHandler |
The FindRowSetIteratorEventHandler puts the RowSetIterator into scope for
child event handlers. |
| FindViewObjectEventHandler |
The FindViewObjectEventHandler puts the ViewObject into scope for child
event handlers. |
| FirstEventHandler |
The FirstEventHandler sets the currency of the currently scoped
RowSetIterator to the first Row. |
| GotoEventHandler |
The GotoEventHandler applies the UIX goto event to the currently scoped
RowSetIterator range. |
| InsertRowEventHandler |
The InsertRowEventHandler inserts the currently scoped Row into the
currently scoped RowSet. |
| LastEventHandler |
The LastEventHandler sets the currency of the currently scoped
RowSetIterator to the last Row. |
| NextEventHandler |
The NextEventHandler sets the currency of the currently scoped
RowSetIterator to the next Row. |
| PreviousEventHandler |
The PreviousEventHandler sets the currency of the currently scoped
RowSetIterator to the previous Row. |
| RemoveRowEventHandler |
The RemoveRowEventHandler removes the currently scoped Row. |
| RollbackEventHandler |
The RollbackEventHandler rolls back the transaction for the currently scoped
ApplicationModule. |
| SetAttributeEventHandler |
The SetAttributeEventHandler updates an attribute value using the
specified parameter value. |
| SetPagePropertyEventHandler |
The SetPagePropertyEventHandler sets the value of the named
page property. |
| SetRegionEventHandler |
The SetRegionEventHandler sets all attribute values when in automatic mode,
otherwise it behaves as a ChainingEventHandler. |
| SortEventHandler |
The SortEventHandler applies the UIX sort event to the currently scoped
RowSetIterator. |