Uses of Class
com.github.tadukoo.view.form.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
-
Uses of AbstractSimpleForm in com.github.tadukoo.view.form.field
Modifier 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.Modifier and TypeMethodDescriptionFormFormField.FormFormFieldBuilder.defaultValue
(AbstractSimpleForm defaultValue) ModifierConstructorDescriptionprivate
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