public class JFXUIProperties
extends java.lang.Object
| Constructor and Description |
|---|
JFXUIProperties() |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull IJFXControlValueProperty |
date()
Create a date property of the
DatePicker |
static @NonNull IJFXControlValueProperty |
singleViewSelection()
Create a single selection property for javafx views
ListView
ComboBox
TableView
TreeView
TreeTableView
|
static @NonNull IJFXBeanValueProperty |
text()
Create a property for the text-property of a javafx bean
|
public static @NonNull IJFXControlValueProperty singleViewSelection()
ListViewComboBoxTableViewTreeViewTreeTableViewpublic static @NonNull IJFXBeanValueProperty text()
public static @NonNull IJFXControlValueProperty date()
DatePicker