Uses of Package
com.dlsc.formsfx.model.structure
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.event | |
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.controls | |
| com.dlsc.formsfx.view.renderer |
-
Classes in com.dlsc.formsfx.model.structure used by com.dlsc.formsfx.model.event Class Description Field 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. -
Classes in com.dlsc.formsfx.model.structure used by com.dlsc.formsfx.model.structure Class Description BooleanField This class provides an implementation of aFieldcontaining abooleanvalue.DataField DataFieldholds a single value.DateField This class provides an implementation of aFieldcontaining aLocalDatevalue.DoubleField This class provides an implementation of aFieldcontaining adoublevalue.Element Field 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.FormElement Group A group is the intermediate unit in a form.IntegerField This class provides an implementation of aFieldcontaining aintegervalue.MultiSelectionField This class provides an implementation of aMultiSelectionFieldallowing for multi-selection.NodeElement PasswordField This class provides an implementation of aFieldcontaining astringvalue intended for passwords.Section A section is a kind of group with more options.SelectionField SelectionFieldholds a list of values.SingleSelectionField This class provides an implementation of aSelectionFieldallowing only for single selection.StringField This class provides an implementation of aFieldcontaining astringvalue. -
Classes in com.dlsc.formsfx.model.structure used by com.dlsc.formsfx.view.controls Class Description DataField DataFieldholds a single value.Field This class provides the base implementation for a FormsFX field. -
Classes in com.dlsc.formsfx.model.structure used by com.dlsc.formsfx.view.renderer Class Description 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.Section A section is a kind of group with more options.