Package de.mhus.lib.form
Class DefaultFormInformation
- java.lang.Object
-
- de.mhus.lib.form.DefaultFormInformation
-
- All Implemented Interfaces:
IFormInformation
public class DefaultFormInformation extends Object implements IFormInformation
-
-
Constructor Summary
Constructors Constructor Description DefaultFormInformation(DefRoot form, Class<? extends ActionHandler> actionHandler, Class<? extends FormControl> formControl)
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Constructor Detail
-
DefaultFormInformation
public DefaultFormInformation(DefRoot form, Class<? extends ActionHandler> actionHandler, Class<? extends FormControl> formControl)
-
-
Method Detail
-
getForm
public DefRoot getForm()
Description copied from interface:IFormInformationGet form definition.- Specified by:
getFormin interfaceIFormInformation- Returns:
- form definition
-
getActionHandler
public Class<? extends ActionHandler> getActionHandler()
Description copied from interface:IFormInformationGet Action Handler Class or null- Specified by:
getActionHandlerin interfaceIFormInformation- Returns:
- Action handler
-
getFormControl
public Class<? extends FormControl> getFormControl()
Description copied from interface:IFormInformationGet Form Control Class or null- Specified by:
getFormControlin interfaceIFormInformation- Returns:
- Form Control
-
-