public class FilterListController
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
isApplyDisabled
Gets the value of the property applyDisabledProperty.
|
Constructor and Description |
---|
FilterListController(java.util.List<java.lang.String> options)
Default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.layout.VBox |
getRoot() |
java.lang.String |
getSelection() |
void |
initialize() |
javafx.beans.property.BooleanProperty |
isApplyDisabledProperty()
Gets the value of the property applyDisabledProperty.
|
void |
setStatusLabelText(java.lang.String text) |
public javafx.beans.property.BooleanProperty isApplyDisabledProperty
public FilterListController(java.util.List<java.lang.String> options)
options
- list of options to be shown in the list viewpublic void initialize()
public void setStatusLabelText(java.lang.String text)
public javafx.beans.property.BooleanProperty isApplyDisabledProperty()
public javafx.scene.layout.VBox getRoot()
public java.lang.String getSelection()