Package com.github.tadukoo.view.form.field
package com.github.tadukoo.view.form.field
-
ClassDescriptionBoolean Form Field is a
FormFieldused to show a boolean value.Builder to be used to create aBooleanFormField.Button Form Field is aFormFieldthat is just a buttonBuilder to be used to create aButtonFormField.A Date Form Field is aFormFieldused to store Dates.Builder to be used to create aDateFormField.Drop Down Form Field is aFormFieldused for drop-down menus.Builder to be used to create aDropDownFormField.Field Type is used inFormFieldfor 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 inFormFieldfor what type of label to use with the field.String Form Field is aFormFieldthat 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.