Uses of Class
com.dlsc.formsfx.model.structure.Field
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.event | |
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.controls |
-
Uses of Field in com.dlsc.formsfx.model.event
Methods in com.dlsc.formsfx.model.event that return Field Modifier and Type Method Description FieldFieldEvent. getField()Methods in com.dlsc.formsfx.model.event with parameters of type Field Modifier and Type Method Description static FieldEventFieldEvent. fieldPersistedEvent(Field field)Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_PERSISTED.static FieldEventFieldEvent. fieldResetEvent(Field field)Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_RESET. -
Uses of Field in com.dlsc.formsfx.model.structure
Classes in com.dlsc.formsfx.model.structure with type parameters of type Field Modifier and Type Class Description classDataField<P extends javafx.beans.property.Property,V,F extends Field<F>>DataFieldholds a single value.classField<F extends Field<F>>This class provides the base implementation for a FormsFX field.Subclasses of Field 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.classIntegerFieldThis class provides an implementation of aFieldcontaining aintegervalue.classMultiSelectionField<V>This class provides an implementation of aMultiSelectionFieldallowing for multi-selection.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.Methods in com.dlsc.formsfx.model.structure that return Field Modifier and Type Method Description FieldField. addEventHandler(javafx.event.EventType<FieldEvent> eventType, javafx.event.EventHandler<? super FieldEvent> eventHandler)Registers an event handler to this field.FieldField. removeEventHandler(javafx.event.EventType<FieldEvent> eventType, javafx.event.EventHandler<? super FieldEvent> eventHandler)Unregisters a previously registered event handler from this field.Methods in com.dlsc.formsfx.model.structure that return types with arguments of type Field Modifier and Type Method Description List<Field>Form. getFields() -
Uses of Field in com.dlsc.formsfx.view.controls
Classes in com.dlsc.formsfx.view.controls with type parameters of type Field Modifier and Type Class Description classSimpleControl<F extends Field>This class provides a base for general purpose FormsFX controls.Fields in com.dlsc.formsfx.view.controls declared as Field Modifier and Type Field Description protected FSimpleControl. fieldThis is the Field that is used for binding and update styling changes.