All Classes
| Class | Description |
|---|---|
| BindingMode |
Contains constants for the different ways to handle value bindings.
|
| BooleanField |
This class provides an implementation of a
Field containing a
boolean value. |
| ColSpan |
An enum to set the span of columns in the form more easily.
|
| CustomValidator<T> |
A custom validator implementation of the root validator.
|
| DataField<P extends javafx.beans.property.Property,V,F extends Field<F>> |
DataField holds a single value. |
| DataField.AbstractStringConverter<V> | |
| DateField |
This class provides an implementation of a
Field containing a LocalDate value. |
| DoubleField |
This class provides an implementation of a
Field containing a
double value. |
| DoubleRangeValidator |
A DoubleRangeValidator checks if a double value is between a minimum and a
maximum value.
|
| Element<E extends Element<E>> | |
| Field<F extends Field<F>> |
This class provides the base implementation for a FormsFX field.
|
| FieldEvent |
Identifies events triggered by a
Field. |
| Form |
A form is the containing unit for sections and elements and is used to bring
structure to form data.
|
| FormElement | |
| FormEvent |
Identifies events triggered by a
Form. |
| FormRenderer |
This class is used to render a form.
|
| Group |
A group is the intermediate unit in a form.
|
| GroupEvent |
Identifies events triggered by a
Group. |
| GroupRenderer |
This class renders a group for a form.
|
| GroupRendererBase<V extends Group> |
This class handles shared aspects of groups and sections during rendering.
|
| IntegerField |
This class provides an implementation of a
Field containing a
integer value. |
| IntegerRangeValidator |
A IntegerRangeValidator checks if an integer value is between a minimum and a
maximum value.
|
| MultiSelectionField<V> |
This class provides an implementation of a
MultiSelectionField
allowing for multi-selection. |
| NodeElement<N extends javafx.scene.Node> | |
| PasswordField |
This class provides an implementation of a
Field containing a
string value intended for passwords. |
| RegexValidator |
A RegexValidator checks if a given input matches a regular expression.
|
| ResourceBundleService |
The ResourceBundleService is a concrete implementation of a
TranslationService and uses ResourceBundles to perform translations. |
| Section |
A section is a kind of group with more options.
|
| SectionRenderer |
This class renders a section for a form.
|
| SelectionField<V,F extends SelectionField<V,F>> |
SelectionField holds a list of values. |
| SelectionLengthValidator<E> |
A SelectionLengthValidator checks if a selection list's length is between a
minimum and a maximum value.
|
| SimpleBooleanControl |
This class provides the base implementation for a simple control to edit
boolean values.
|
| SimpleCheckBoxControl<V> |
This class provides the base implementation for a simple control to edit
checkbox values.
|
| SimpleComboBoxControl<V> |
This class provides the base implementation for a simple control to edit
combobox values.
|
| SimpleControl<F extends Field> |
This class provides a base for general purpose FormsFX controls.
|
| SimpleDateControl |
This class provides a specific implementation to edit date values.
|
| SimpleDoubleControl |
This class provides a specific implementation to edit double values.
|
| SimpleIntegerControl |
This class provides a specific implementation to edit integer values.
|
| SimpleListViewControl<V> |
This class provides the base implementation for a simple control to edit
listview values.
|
| SimpleNumberControl<F extends DataField,D extends Number> |
This class provides the base implementation for a simple control to edit
numerical elements.
|
| SimplePasswordControl |
This class provides the base implementation for a simple control to edit
password values.
|
| SimpleRadioButtonControl<V> |
This class provides the base implementation for a simple control to edit
radio button values.
|
| SimpleTextControl |
This class provides the base implementation for a simple control to edit
string values.
|
| SingleSelectionField<V> |
This class provides an implementation of a
SelectionField allowing
only for single selection. |
| StringField |
This class provides an implementation of a
Field containing a
string value. |
| StringLengthValidator |
A StringLengthValidator checks if a string value's length is between a
minimum and a maximum value.
|
| TranslationService |
A general purpose translation service that is used to translate values into
multiple locales based on keys.
|
| ValidationResult |
A ValidationResult is the description of the result of a validation.
|
| Validator<T> |
A validator is used to validate a generic input for a specific syntax or
semantic.
|
| ValueTransformer<T> | Deprecated.
Use
StringConverter instead. |
| ViewMixin |
This interface defines lifecycle of a FormsFX view.
|