Uses of Package
com.github.tadukoo.view.form.field
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-
-
ClassDescriptionBoolean Form Field is a
FormField
used to show a boolean value.Builder to be used to create aBooleanFormField
.Button Form Field is aFormField
that is just a buttonBuilder to be used to create aButtonFormField
.A Date Form Field is aFormField
used to store Dates.Builder to be used to create aDateFormField
.Drop Down Form Field is aFormField
used for drop-down menus.Builder to be used to create aDropDownFormField
.Field Type is used inFormField
for what type of field it is.Form Fields are fields used onForms
.Builder to be used to create aFormField
.Builder to be used to create aFormFormField
.Label Type is used inFormField
for what type of label to use with the field.String Form Field is aFormField
that uses a String.String Field Type is used to determine type of String fieldBuilder to be used to create aStringFormField
.Builder to be used to create aTableFormField
. -
-