Uses of Class
org.openxava.controller.meta.MetaAction

Packages that use MetaAction
org.openxava.controller   
org.openxava.controller.meta   
org.openxava.web   
 

Uses of MetaAction in org.openxava.controller
 

Methods in org.openxava.controller that return MetaAction
 MetaAction ModuleManager.getLastExecutedMetaAction()
           
 

Methods in org.openxava.controller that return types with arguments of type MetaAction
 java.util.Collection<MetaAction> ModuleManager.getMetaActions()
           
 

Methods in org.openxava.controller with parameters of type MetaAction
 void ModuleManager.addMetaAction(MetaAction action)
           
 void ModuleManager.removeMetaAction(MetaAction action)
           
 

Uses of MetaAction in org.openxava.controller.meta
 

Methods in org.openxava.controller.meta that return MetaAction
 MetaAction MetaAction.cloneMetaAction()
           
 MetaAction MetaController.getMetaAction(java.lang.String name)
           
static MetaAction MetaControllers.getMetaAction(java.lang.String qualifiedName)
           
 

Methods in org.openxava.controller.meta with parameters of type MetaAction
 void MetaController.addMetaAction(MetaAction action)
           
 

Uses of MetaAction in org.openxava.web
 

Methods in org.openxava.web with parameters of type MetaAction
static java.lang.String Actions.getActionOnClick(java.lang.String application, java.lang.String module, java.lang.String onSelectCollectionElementAction, int row, java.lang.String viewObject, java.lang.String idRow, java.lang.String selectedRowStyle, java.lang.String rowStyle, MetaAction onSelectCollectionElementMetaAction)