Package org.openxava.actions

Interface Summary
IAction OpenXava action.
IChainAction Indicates an action that must be executed after the execution of this one.
IChainActionWithArgv As IChangeAction but you can indicate values for filling properties of the chained action too.
IChangeControllersAction  
IChangeModeAction  
IChangeModuleAction To go to another module.
ICustomViewAction  
IForwardAction It allows to do a forward to a jsp or servlet in the same application.
IHideActionAction Allows to hide an action.
IHideActionsAction Allows to hide a group of actions.
IJDBCAction  
ILoadFileAction It allows to navigate to a view with possibility of load a file.
IModelAction  
IModuleContextAction  
INavigationAction  
IOnChangePropertyAction  
IProcessLoadedFileAction Allows you execute an action on the file(s) uploaded in the last form of type multipart/form-data.
IPropertyAction This action is associated to an property (displayed in User Interface), before execute it the property name and the container view is injected.
IRemoteAction  
IRequestAction Action that receive a servlet request.
IShowActionAction Allows to show an action previously hidden.
IShowActionsAction Allows to show a group of actions previously shown.
 

Class Summary
AddColumnsAction  
AddElementsToCollectionAction This is for the case of collections of entities without @AsEmbedded (or without as-aggregate="true").
AddImageToGalleryAction  
BaseAction  
CancelAction  
CancelFromCustomListAction  
CancelInListAction In list mode return to initial state (if we have navigated).
ChangeImageAction  
ChangeModuleAction  
ChangeSectionAction  
ChooseReferenceAction  
CollectionBaseAction Base class for creating actions to be used as list actions.
CollectionElementViewBaseAction  
CreateNewElementInCollectionAction  
CreateNewFromReferenceAction  
CustomizeListAction  
DeleteAction  
DeleteSelectedAction  
DeselectRowsAction  
EditElementInCollectionAction  
EditGalleryAction  
EmptyAction  
FilterAction  
GenerateReportAction  
GoAddColumnsAction  
GoAddElementsToCollectionAction  
GoDetailAction  
GoListAction  
GoNextPageAction  
GoPageAction  
GoPreviousPageAction  
HideDetailElementInCollectionAction  
HideRowsAction  
InitListAction  
JasperReportBaseAction To generate your custom Jasper Report.
LoadImageAction  
LoadImageIntoGalleryAction  
MaximizeImageAction  
MinimizeImageAction  
ModifyFromReferenceAction  
MoveColumnToLeftAction  
MoveColumnToRightAction  
NavigationAction  
NavigationFromReferenceBaseAction  
NewAction  
OnChangePropertyBaseAction  
OnChangeSearchAction The default action to execute for search a reference when the user types the value.
OrderByAction  
ReferenceBaseAction  
ReferenceBaseAction.ViewInfo  
ReferenceSearchAction  
RemoveColumnAction  
RemoveElementFromCollectionAction  
RemoveImageFromGalleryAction  
RemoveSelectedInCollectionAction Create on 05/09/2006 (9:12:51)
ResetPreviousControllersAction Delete the stack of all visited controllers.
RestoreDefaultColumnsAction  
ReturnPreviousModuleAction  
SaveAction  
SaveElementInCollectionAction To save a collection element.
SaveNewAction  
SearchAction  
SearchByViewKeyAction Search using as key the data displayed in the view.
SearchExecutingOnChangeAction  
SearchReadOnlyAction  
SetCustomViewAction  
SetDefaultSchemaAction Set value of default schema for JPA Persistence and updates the session object 'defaultSchema'.
ShowRowsAction  
SortColumnsAction  
TabBaseAction Base class for actions that works with Tabs.
UpdateAction  
UpdateReferenceBaseAction Update (update, create, etc) a reference from another view, and returns to the previous view after it.
ViewBaseAction  
ViewDetailAction