Uses of Class
com.dlsc.gemsfx.FilterView.Filter
-
Uses of FilterView.Filter in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal javafx.beans.property.ListProperty<FilterView.Filter<T>>
FilterView.FilterGroup.filtersProperty()
javafx.beans.property.ListProperty<FilterView.Filter<T>>
FilterView.filtersProperty()
final javafx.collections.ObservableList<FilterView.Filter<T>>
FilterView.FilterGroup.getFilters()
Gets the value of thefilters
property.javafx.collections.ObservableList<FilterView.Filter<T>>
FilterView.getFilters()
Gets the value of thefilters
property.Modifier and TypeMethodDescriptionfinal void
FilterView.FilterGroup.setFilters
(javafx.collections.ObservableList<FilterView.Filter<T>> filters) Sets the value of thefilters
property.void
FilterView.setFilters
(javafx.collections.ObservableList<FilterView.Filter<T>> filters) Sets the value of thefilters
property.