Uses of Class
com.dlsc.formsfx.model.structure.SelectionField
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure |
-
Uses of SelectionField in com.dlsc.formsfx.model.structure
Classes in com.dlsc.formsfx.model.structure with type parameters of type SelectionField Modifier and Type Class Description classSelectionField<V,F extends SelectionField<V,F>>SelectionFieldholds a list of values.Subclasses of SelectionField in com.dlsc.formsfx.model.structure Modifier and Type Class Description classMultiSelectionField<V>This class provides an implementation of aMultiSelectionFieldallowing for multi-selection.classSingleSelectionField<V>This class provides an implementation of aSelectionFieldallowing only for single selection.