Package de.mhus.lib.form
Interface IFormInformation
-
- All Known Implementing Classes:
DefaultFormInformation
public interface IFormInformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends ActionHandler>getActionHandler()Get Action Handler Class or nullDefRootgetForm()Get form definition.Class<? extends FormControl>getFormControl()Get Form Control Class or null
-
-
-
Method Detail
-
getForm
DefRoot getForm()
Get form definition.- Returns:
- form definition
-
getActionHandler
Class<? extends ActionHandler> getActionHandler()
Get Action Handler Class or null- Returns:
- Action handler
-
getFormControl
Class<? extends FormControl> getFormControl()
Get Form Control Class or null- Returns:
- Form Control
-
-