Uses of Class
com.dlsc.formsfx.view.controls.SimpleControl
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.controls |
-
Uses of SimpleControl in com.dlsc.formsfx.model.structure
Fields in com.dlsc.formsfx.model.structure declared as SimpleControl Modifier and Type Field Description protected SimpleControl<F>Field. rendererFields in com.dlsc.formsfx.model.structure with type parameters of type SimpleControl Modifier and Type Field Description protected Supplier<SimpleControl<F>>Field. rendererSupplierMethods in com.dlsc.formsfx.model.structure that return SimpleControl Modifier and Type Method Description SimpleControl<F>Field. getRenderer()Methods in com.dlsc.formsfx.model.structure with parameters of type SimpleControl Modifier and Type Method Description FField. render(SimpleControl<F> newValue)Sets the control that renders this field.Method parameters in com.dlsc.formsfx.model.structure with type arguments of type SimpleControl Modifier and Type Method Description FField. render(Supplier<SimpleControl<F>> newValue)Sets the control supplier that renders this field. -
Uses of SimpleControl in com.dlsc.formsfx.view.controls
Subclasses of SimpleControl in com.dlsc.formsfx.view.controls Modifier and Type Class Description classSimpleBooleanControlThis class provides the base implementation for a simple control to edit boolean values.classSimpleCheckBoxControl<V>This class provides the base implementation for a simple control to edit checkbox values.classSimpleComboBoxControl<V>This class provides the base implementation for a simple control to edit combobox values.classSimpleDateControlThis class provides a specific implementation to edit date values.classSimpleDoubleControlThis class provides a specific implementation to edit double values.classSimpleIntegerControlThis class provides a specific implementation to edit integer values.classSimpleListViewControl<V>This class provides the base implementation for a simple control to edit listview values.classSimpleNumberControl<F extends DataField,D extends Number>This class provides the base implementation for a simple control to edit numerical elements.classSimplePasswordControlThis class provides the base implementation for a simple control to edit password values.classSimpleRadioButtonControl<V>This class provides the base implementation for a simple control to edit radio button values.classSimpleTextControlThis class provides the base implementation for a simple control to edit string values.