|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormAction | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of FormAction in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type FormAction | |
---|---|
java.util.List<FormAction> |
Form.getActions()
|
java.util.List<FormAction> |
IFormActionDAO.selectActionsByFormState(int nState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions for a all form by form state |
java.util.List<FormAction> |
FormActionDAO.selectActionsByFormState(int nState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions for a all form by form state |
static java.util.List<FormAction> |
FormActionHome.selectActionsByFormState(int nState,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
Load the list of actions by form state |
Method parameters in fr.paris.lutece.plugins.form.business with type arguments of type FormAction | |
---|---|
void |
Form.setActions(java.util.List<FormAction> formActions)
set a list of action can be use for the form |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |