Package org.openxava.actions
Interface IModelAction
-
- All Superinterfaces:
IAction
- All Known Implementing Classes:
CalendarViewDetailAction
,DeleteAction
,DeleteSelectedAction
,JasperConcatReportBaseAction
,JasperMultipleReportBaseAction
,JasperReportBaseAction
,NewAction
,SimpleHTMLReportAction
,SimpleTemplaterAction
,ViewDetailAction
public interface IModelAction extends IAction
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setModel(java.lang.String modelName)
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
-