Uses of Class
com.dlsc.formsfx.model.util.BindingMode
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.model.util |
-
Uses of BindingMode in com.dlsc.formsfx.model.structure
Methods in com.dlsc.formsfx.model.structure with parameters of type BindingMode Modifier and Type Method Description FormForm. binding(BindingMode newValue)Changes the way field values are bound to external properties.voidDataField. setBindingMode(BindingMode newValue)Activates or deactivates thebindingModeListenerbased on the givenBindingMode.abstract voidField. setBindingMode(BindingMode newValue)Activates or deactivates thebindingModeListenerbased on the givenBindingMode.voidMultiSelectionField. setBindingMode(BindingMode newValue)Activates or deactivates thebindingModeListenerbased on the givenBindingMode.voidSingleSelectionField. setBindingMode(BindingMode newValue)Activates or deactivates thebindingModeListenerbased on the givenBindingMode. -
Uses of BindingMode in com.dlsc.formsfx.model.util
Methods in com.dlsc.formsfx.model.util that return BindingMode Modifier and Type Method Description static BindingModeBindingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingMode[]BindingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.