widgets/ny_form library

Classes

Field
Field is a class that helps in managing form fields
FormCast
FormCast is a class that helps in managing form casts
FormValidator
FormValidator is a class that helps in managing form validation It is used in the NyFormData class Example:
NyForm
NyForm is a class that helps in managing forms To create a form, you need to extend the NyFormData class Example:
NyFormData
NyFormData is a class that helps in managing form data
NyFormItem
NyFormItem is a class that helps in managing form items
NyFormStyle
NyFormStyle is a class that helps in managing form styles

Enums

TextAreaSize
TextAreaSize is an enum that helps in managing textarea sizes

Typedefs

FormStyleCheckbox = Map<String, FormCast Function()>
FormStyleCheckbox is a typedef that helps in managing form style checkboxes
FormStyleTextField = Map<String, NyTextField Function(NyTextField)>
FormStyleTextField is a typedef that helps in managing form style text fields