org.openxava.actions
Interface IModelAction

All Superinterfaces:
IAction
All Known Implementing Classes:
DeleteAction, DeleteSelectedAction, JasperReportBaseAction, NewAction, ViewDetailAction

public interface IModelAction
extends IAction

Author:
Javier Paniza

Method Summary
 void setModel(java.lang.String modelName)
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Method Detail

setModel

void setModel(java.lang.String modelName)