Uses of Class
com.dlsc.formsfx.model.structure.Element
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure |
-
Uses of Element in com.dlsc.formsfx.model.structure
Classes in com.dlsc.formsfx.model.structure with type parameters of type Element Modifier and Type Class Description classElement<E extends Element<E>>Subclasses of Element in com.dlsc.formsfx.model.structure Modifier and Type Class Description classBooleanFieldThis class provides an implementation of aFieldcontaining abooleanvalue.classDataField<P extends javafx.beans.property.Property,V,F extends Field<F>>DataFieldholds a single value.classDateFieldThis class provides an implementation of aFieldcontaining aLocalDatevalue.classDoubleFieldThis class provides an implementation of aFieldcontaining adoublevalue.classField<F extends Field<F>>This class provides the base implementation for a FormsFX field.classIntegerFieldThis class provides an implementation of aFieldcontaining aintegervalue.classMultiSelectionField<V>This class provides an implementation of aMultiSelectionFieldallowing for multi-selection.classNodeElement<N extends javafx.scene.Node>classPasswordFieldThis class provides an implementation of aFieldcontaining astringvalue intended for passwords.classSelectionField<V,F extends SelectionField<V,F>>SelectionFieldholds a list of values.classSingleSelectionField<V>This class provides an implementation of aSelectionFieldallowing only for single selection.classStringFieldThis class provides an implementation of aFieldcontaining astringvalue.Fields in com.dlsc.formsfx.model.structure with type parameters of type Element Modifier and Type Field Description protected List<Element>Group. elementsMethods in com.dlsc.formsfx.model.structure that return types with arguments of type Element Modifier and Type Method Description List<Element>Form. getElements()List<Element>Group. getElements()Methods in com.dlsc.formsfx.model.structure with parameters of type Element Modifier and Type Method Description static GroupGroup. of(Element... elements)Creates a new group containing the given elements.static SectionSection. of(Element... elements)Creates a new section containing the given elements.Constructors in com.dlsc.formsfx.model.structure with parameters of type Element Constructor Description Group(Element... elements)Internal constructor for theGroupclass.