Uses of Interface
org.openxava.actions.IAction
Packages that use IAction
Package
Description
-
Uses of IAction in org.openxava.actions
Subinterfaces of IAction in org.openxava.actionsModifier and TypeInterfaceDescriptioninterfaceAn action that can be available for the user or hidden, depend on a programmatic condition.interfaceTo indicate the next controllers to show.interfaceTo change the module mode.interfaceTo go to another module.interfaceinterfaceIt allows to do a forward to any URI.interfaceExecutes some JavaScript code after the regular action execution.interfaceinterfaceIt allows to navigate to a view with possibility of load a file.interfaceinterfaceAction that receives the ModuleContext.interfaceIt allows to do several forwards to several URIs.interfaceinterfaceinterfaceAllows you execute an action on the file(s) uploaded in the last form of type multipart/form-data.interfaceThis action is associated to an property (displayed in User Interface), before execute it the property name and the container view is injected.Classes in org.openxava.actions that implement IActionModifier and TypeClassDescriptionclassclassThis is for the case of collections of entities without @AsEmbedded (or without as-aggregate="true").classBase class for AttachedFileEditor actions in default-controllers.xml.classclassclassclassclassclassIn list mode return to initial state (if we have navigated).classclassclassclassclassclassclassclassBase class for creating actions to be used as list actions.classclassclassCreate a new element in collection.classclassclassclassclassclassclassclassThe default action to delete an element in a @OneToMany/@ManyToMany collection.classclassclassclassclassPrepare a dialog to edit an element from a ManyToMany collection.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassTo generate a custom report concatenating simple reports.classTo generate several custom Jasper Reports with the same action.classTo generate your custom Jasper Report.classLogic of AttachedFileEditor.load action in default-controllers.xml.classclassclassclassLogic of AttachedFilesEditor.load action in default-controllers.xml.classclassclassclassclassclassclassclassclassUsed for changes of the chart properties.classclassclassclassclassclassclassclassclassclassThe default action to execute for search a reference when the user types the value.classBase action for actions executed when a collection element is selected or unselected.classclassclassclassclassclassclassclassLogic of AttachedFileEditor.remove action in default-controllers.xml.classclassclassclassclassLogic of AttachedFiles.remove in default-controllers.xml.classclassclassclassclassclassThe default action to remove an element in a @OneToMany/@ManyToMany collection.classRemove an element in an @ElementCollection.classclassclassclassDelete the stack of all visited controllers.classclassReturns to previous view and previous controllers.classclassclassTo save a collection element.classclassTo save a collection element.classclassclassclassclassclassclassSearch using as key the data displayed in the view.classclassclassclassclassclassclassSet value of default schema for JPA Persistence and updates the session object 'defaultSchema'.classclassChanges locale based on url parameter. 2011/mar/02 accepts language_COUNTRY for proper locale creation.classclassclassclassCreated on 04/02/2009 (16:23:01)classclassIt removes the initial report and it makes a shared report.
Create on 13/02/2014 (12:41:15)classclassclassHow to use the SimpleHtmlReportAction
Process
Create an action which extends SimpleHtmlReportAction.classclassclassclassclassBase class for actions that works with Tabs.classclassSave a modified ManyToMany element.classUpdate (update, create, etc) a reference from another view, and returns to the previous view after it.classclassclass -
Uses of IAction in org.openxava.controller
Methods in org.openxava.controller with parameters of type IActionModifier and TypeMethodDescriptionvoidModuleManager.executeAction(IAction action, Messages errors, Messages messages, javax.servlet.http.HttpServletRequest request) -
Uses of IAction in org.openxava.controller.meta
Methods in org.openxava.controller.meta that return IAction