Contract->ResponseForm- For fields other than
ContractWholeNumberFieldandContractDoubleField, just remove "Contract" from the beginning. - For
ContractWholeNumberFieldandContractDoubleField, switch toNumberField. - Pretty much all field definitions can be done in a chain. All set-/add- methods return the field again.
- The field's type must now be passed in as the last parameter to the constructor
- eg:
new Field<>(form, "name", Integer.class)
- eg:
- All the basic value accessors are automatically applied.
- Specifically, this means any method reference-able stuff.
Booleandefaults togetBooleanLenient.
- Specifically, this means any method reference-able stuff.
setDefaultValue->setDefaultOnProcess- The name is worse, but also less misleading. I'll probably just go with
setDefaultat some point. Maybe.
- The name is worse, but also less misleading. I'll probably just go with
setMultivalued-> (now only inSelectField)setAllowMultipleValues
ajohnstonTE/gemini-request-form
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|