Contract
->ResponseForm
- For fields other than
ContractWholeNumberField
andContractDoubleField
, just remove "Contract" from the beginning. - For
ContractWholeNumberField
andContractDoubleField
, 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.
Boolean
defaults 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
setDefault
at some point. Maybe.
- The name is worse, but also less misleading. I'll probably just go with
setMultivalued
-> (now only inSelectField
)setAllowMultipleValues
-
Notifications
You must be signed in to change notification settings - Fork 0
ajohnstonTE/gemini-request-form
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published