Package uk.wardm.formaker.model
Interface Form
- All Known Implementing Classes:
FormModelImpl
public interface Form
-
Method Summary
Modifier and Type Method Description InputFieldgetField(String name)Collection<String>getFieldNames()Collection<InputField>getFields()
-
Method Details
-
getFields
Collection<InputField> getFields() -
getFieldNames
Collection<String> getFieldNames() -
getField
-