public class JFXUIProperties
extends java.lang.Object
| Constructor and Description |
|---|
JFXUIProperties() |
| Modifier and Type | Method and Description |
|---|---|
static IJFXControlValueProperty<java.lang.Object,java.lang.String> |
anyText() |
static IJFXControlValueProperty<javafx.scene.control.Cell<?>,java.lang.String> |
cellText() |
static IJFXControlValueProperty<javafx.scene.control.ComboBox<?>,java.lang.String> |
comboBoxText() |
static <S> IJFXControlValueProperty<S,java.time.LocalDate> |
date()
Create a date property of the
DatePicker |
static IJFXControlValueProperty<javafx.scene.control.DatePicker,java.time.LocalDate> |
datePickerDate() |
static <T> IJFXControlValueProperty<javafx.scene.control.ComboBox<T>,T> |
singleComboBoxSelection() |
static <T> IJFXControlValueProperty<javafx.scene.control.ListView<T>,T> |
singleListViewSelection() |
static <T> IJFXControlValueProperty<javafx.scene.control.TreeTableView<T>,T> |
singleTreeTableViewSelection() |
static <T> IJFXControlValueProperty<javafx.scene.control.TreeView<T>,T> |
singleTreeViewSelection() |
static <S,T> IJFXControlValueProperty<S,T> |
singleViewSelection()
Create a single selection property for javafx views
ListView
ComboBox
TableView
TreeView
TreeTableView
|
static IJFXControlValueProperty<javafx.scene.control.Tab,java.lang.String> |
tabText() |
static <S> IJFXControlValueProperty<S,java.lang.String> |
text()
Create a property for the text-property of a javafx bean
|
static IJFXControlValueProperty<javafx.scene.control.TextInputControl,java.lang.String> |
textInputText() |
public static <S,T> IJFXControlValueProperty<S,T> singleViewSelection()
ListViewComboBoxTableViewTreeViewTreeTableViewpublic static <T> IJFXControlValueProperty<javafx.scene.control.ListView<T>,T> singleListViewSelection()
ListViewpublic static <T> IJFXControlValueProperty<javafx.scene.control.ComboBox<T>,T> singleComboBoxSelection()
ComboBoxpublic static <T> IJFXControlValueProperty<javafx.scene.control.TreeTableView<T>,T> singleTreeTableViewSelection()
TreeViewpublic static <T> IJFXControlValueProperty<javafx.scene.control.TreeView<T>,T> singleTreeViewSelection()
TreeViewpublic static <S> IJFXControlValueProperty<S,java.lang.String> text()
public static IJFXControlValueProperty<java.lang.Object,java.lang.String> anyText()
Object who has a property named "text"public static IJFXControlValueProperty<javafx.scene.control.TextInputControl,java.lang.String> textInputText()
TextInputControlpublic static IJFXControlValueProperty<javafx.scene.control.ComboBox<?>,java.lang.String> comboBoxText()
ComboBox.editorProperty()public static IJFXControlValueProperty<javafx.scene.control.Cell<?>,java.lang.String> cellText()
Cellpublic static IJFXControlValueProperty<javafx.scene.control.Tab,java.lang.String> tabText()
Tabpublic static <S> IJFXControlValueProperty<S,java.time.LocalDate> date()
DatePickerpublic static IJFXControlValueProperty<javafx.scene.control.DatePicker,java.time.LocalDate> datePickerDate()
DatePicker