Module com.dlsc.formsfx
Package com.dlsc.formsfx.model.structure
-
Interface Summary Interface Description FormElement -
Class Summary Class Description BooleanField This class provides an implementation of aFieldcontaining abooleanvalue.DataField<P extends javafx.beans.property.Property,V,F extends Field<F>> DataFieldholds a single value.DataField.AbstractStringConverter<V> DateField This class provides an implementation of aFieldcontaining aLocalDatevalue.DoubleField This class provides an implementation of aFieldcontaining adoublevalue.Element<E extends Element<E>> Field<F extends Field<F>> This class provides the base implementation for a FormsFX field.Form A form is the containing unit for sections and elements and is used to bring structure to form data.Group A group is the intermediate unit in a form.IntegerField This class provides an implementation of aFieldcontaining aintegervalue.MultiSelectionField<V> This class provides an implementation of aMultiSelectionFieldallowing for multi-selection.NodeElement<N extends javafx.scene.Node> PasswordField This class provides an implementation of aFieldcontaining astringvalue intended for passwords.Section A section is a kind of group with more options.SelectionField<V,F extends SelectionField<V,F>> SelectionFieldholds a list of values.SingleSelectionField<V> This class provides an implementation of aSelectionFieldallowing only for single selection.StringField This class provides an implementation of aFieldcontaining astringvalue.