Uses of Class
com.dlsc.gemsfx.FilterView.Filter
Packages that use FilterView.Filter
- 
Uses of FilterView.Filter in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return types with arguments of type FilterView.FilterModifier 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 thefiltersproperty.javafx.collections.ObservableList<FilterView.Filter<T>>FilterView.getFilters()Gets the value of thefiltersproperty.Method parameters in com.dlsc.gemsfx with type arguments of type FilterView.FilterModifier and TypeMethodDescriptionfinal voidFilterView.FilterGroup.setFilters(javafx.collections.ObservableList<FilterView.Filter<T>> filters) Sets the value of thefiltersproperty.voidFilterView.setFilters(javafx.collections.ObservableList<FilterView.Filter<T>> filters) Sets the value of thefiltersproperty.