Uses of Class
com.github.tadukoo.view.form.AbstractSimpleForm
Packages that use AbstractSimpleForm
Package
Description
Contains special components that are made up via
Forms
Contains
FormField
, along with its default subclasses
and enums.-
Uses of AbstractSimpleForm in com.github.tadukoo.view.form.components
Subclasses of AbstractSimpleForm in com.github.tadukoo.view.form.components -
Uses of AbstractSimpleForm in com.github.tadukoo.view.form.field
Methods in com.github.tadukoo.view.form.field that return AbstractSimpleFormModifier and TypeMethodDescriptionFormFormField.getValue
(JComponent component) Takes in theJComponent
for this field and grabs the data off of it, returning it in the proper format for the field to be repopulated on the form.Methods in com.github.tadukoo.view.form.field with parameters of type AbstractSimpleFormModifier and TypeMethodDescriptionFormFormField.FormFormFieldBuilder.defaultValue
(AbstractSimpleForm defaultValue) Constructors in com.github.tadukoo.view.form.field with parameters of type AbstractSimpleFormModifierConstructorDescriptionprivate
FormFormField
(String key, AbstractSimpleForm defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new FormFormField with the given parameters