Package planetj.dataengine.action

Interface Summary
IActionObject Any object extending this interface allows for actions to be carried out upon the action object.
IActionRequest  
IFieldAction Any class implementing this interface must be a FieldAction.
IHttpAction Methods required by http actions.
IOperationAction Any class implementing this interface must be a OperationAction.
IRowAction Any class implementing this interface must be a RowAction.
IRowCollectionAction Any class implementing this interface must be a RowCollectionAction.
 

Class Summary
AbstractAction An Action contains logic to carry out some action on an Object.
AbstractActionRequest  
ActionDescriptor An ActionDisplayDescriptor property group contains all the information needed in order to display the action.
ActionManager The ActionManager manages what actions are registered.
ActionPropertyGroup An ActionDescriptor contains all the actions of a given type that should be shown or hidden when displaying.
ActionWrapper This object encapsulates an action along with an action descriptor that will be used when displaying the action.
ConvertToExcel  
DefaultActionRequest  
FieldActionRequest  
NamedAction  
NamedFieldAction  
NamedOperationAction  
NamedRowAction  
NamedRowCollectionAction  
ObjectAction  
OperationActionRequest  
ReflectAction A ReflectAction uses java reflection to invoke a method on a given Object.
ReflectRowAction Uses java reflection to perform an action on a Row.
ReflectRowCollectionAction Uses java reflection to perform an action on a RowCollection.
RowAction A RowAction is an action that is to be performed on a given Row.
RowActionRequest  
RowCollectionAction Deprecated. - replaced with NamedRowCollectionAction
RowCollectionActionRequest