Package uk.wardm.formaker.generator.pojo
Class FormModelImpl
java.lang.Object
uk.wardm.formaker.generator.pojo.FormModelImpl
- All Implemented Interfaces:
Form
public class FormModelImpl extends Object implements Form
A
Form (form object model) that describes
a form based on a POJO class form definition.-
Constructor Summary
Constructors Constructor Description FormModelImpl(Object target) -
Method Summary
Modifier and Type Method Description InputFieldgetField(String name)Collection<String>getFieldNames()Collection<InputField>getFields()
-
Constructor Details
-
Method Details
-
getFields
-
getFieldNames
- Specified by:
getFieldNamesin interfaceForm
-
getField
-