Package com.github.tadukoo.view.form.field
package com.github.tadukoo.view.form.field
-
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.FormField<Type>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
.