Uses of Class
com.dlsc.gemsfx.FilterView.FilterGroup
Packages that use FilterView.FilterGroup
-
Uses of FilterView.FilterGroup in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return FilterView.FilterGroupModifier and TypeMethodDescriptionFilterView.Filter.getGroup()
Returns the group to which the filter belongs.Methods in com.dlsc.gemsfx that return types with arguments of type FilterView.FilterGroupModifier and TypeMethodDescriptionfinal javafx.beans.property.ListProperty<FilterView.FilterGroup<T>>
FilterView.filterGroupsProperty()
final javafx.collections.ObservableList<FilterView.FilterGroup<T>>
FilterView.getFilterGroups()
Gets the value of thefilterGroups
property.Method parameters in com.dlsc.gemsfx with type arguments of type FilterView.FilterGroupModifier and TypeMethodDescriptionfinal void
FilterView.setFilterGroups
(javafx.collections.ObservableList<FilterView.FilterGroup<T>> filterGroups) Sets the value of thefilterGroups
property.