Uses of Class
com.github.tadukoo.view.form.field.FormField
Packages that use FormField
Package
Description
Contains
FormField, along with its default subclasses
and enums.Contains
NumberFormField and its subclasses.Provides
MainForm (and abstract implementations) to be used
for displaying MappedPojos to the user in a multi-tab layout for
the main form of the program-
Uses of FormField in com.github.tadukoo.view.form
Fields in com.github.tadukoo.view.form with type parameters of type FormFieldMethods in com.github.tadukoo.view.form that return FormFieldMethods in com.github.tadukoo.view.form that return types with arguments of type FormFieldMethods in com.github.tadukoo.view.form with parameters of type FormField -
Uses of FormField in com.github.tadukoo.view.form.field
Subclasses of FormField in com.github.tadukoo.view.form.fieldModifier and TypeClassDescriptionclassBoolean Form Field is aFormFieldused to show a boolean value.classButton Form Field is aFormFieldthat is just a buttonclassA Date Form Field is aFormFieldused to store Dates.classDrop Down Form Field is aFormFieldused for drop-down menus.classclassString Form Field is aFormFieldthat uses a String.classMethods in com.github.tadukoo.view.form.field that return FormField -
Uses of FormField in com.github.tadukoo.view.form.field.number
Subclasses of FormField in com.github.tadukoo.view.form.field.numberModifier and TypeClassDescriptionclassA Double Form Field is aFormFieldused to store doubles.classA Float Form Field is aFormFieldused to store floats.classAn Int Form Field is aFormFieldused to store Integers.classA Long Form Field is aFormFieldused to store longs.classNumberFormField<Type extends Number & Comparable<?>>classA Short Form Field is aFormFieldused to store shorts. -
Uses of FormField in com.github.tadukoo.view.form.main
Fields in com.github.tadukoo.view.form.main with type parameters of type FormFieldModifier and TypeFieldDescriptionAbstractSimpleMainForm.fieldsThe map ofFormFields on this formMethods in com.github.tadukoo.view.form.main that return types with arguments of type FormField