Uses of Class
com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
Package
Description
Contains
FormField
, along with its default subclasses
and enums.Contains
NumberFormField
and its subclasses.-
Uses of FormField.FormFieldBuilder in com.github.tadukoo.view.form.field
Modifier and TypeClassDescriptionstatic class
Builder to be used to create aBooleanFormField
.static class
Builder to be used to create aButtonFormField
.static class
Builder to be used to create aDateFormField
.static class
Builder to be used to create aDropDownFormField
.static class
Builder to be used to create aFormFormField
.static class
Builder to be used to create aStringFormField
.static class
Builder to be used to create aTableFormField
.Modifier and TypeMethodDescriptionFormField.FormFieldBuilder.colPos
(int colPos) FormField.FormFieldBuilder.colSpan
(int colSpan) FormField.FormFieldBuilder.defaultValue
(Type defaultValue) FormField.FormFieldBuilder.fontFolder
(String fontFolder) FormField.FormFieldBuilder.fontResourceLoader
(FontResourceLoader fontResourceLoader) FormField.FormFieldBuilder.graphEnv
(GraphicsEnvironment graphEnv) FormField.FormFieldBuilder.labelBackgroundPaint
(SizablePaint labelBackgroundPaint) FormField.FormFieldBuilder.labelBorder
(Border labelBorder) FormField.FormFieldBuilder.labelFont
(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelFormField.FormFieldBuilder.labelForegroundPaint
(SizablePaint labelForegroundPaint) FormField.FormFieldBuilder.labelShape
(ShapeInfo labelShape) FormField.FormFieldBuilder.logFontResourceLoaderWarnings
(boolean logFontResourceLoaderWarnings) FormField.FormFieldBuilder.logger
(com.github.tadukoo.util.logger.EasyLogger logger) FormField.FormFieldBuilder.rowPos
(int rowPos) FormField.FormFieldBuilder.rowSpan
(int rowSpan) -
Uses of FormField.FormFieldBuilder in com.github.tadukoo.view.form.field.number
Modifier and TypeClassDescriptionstatic class
Builder to be used to create anDoubleFormField
.static class
Builder to be used to create anFloatFormField
.static class
Builder to be used to create anIntFormField
.static class
Builder to be used to create anLongFormField
.static class
NumberFormField.NumberFormFieldBuilder<Type extends Number & Comparable<?>>
Builder to be used to create aNumberFormField
.static class
Builder to be used to create anShortFormField
.