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 TypeClassDescriptionclass
Boolean Form Field is aFormField
used to show a boolean value.class
Button Form Field is aFormField
that is just a buttonclass
A Date Form Field is aFormField
used to store Dates.class
Drop Down Form Field is aFormField
used for drop-down menus.class
class
String Form Field is aFormField
that uses a String.class
Methods 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 TypeClassDescriptionclass
A Double Form Field is aFormField
used to store doubles.class
A Float Form Field is aFormField
used to store floats.class
An Int Form Field is aFormField
used to store Integers.class
A Long Form Field is aFormField
used to store longs.class
NumberFormField<Type extends Number & Comparable<?>>
class
A Short Form Field is aFormField
used 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.fields
The map ofFormField
s on this formMethods in com.github.tadukoo.view.form.main that return types with arguments of type FormField