Uses of Class
io.github.palexdev.materialfx.beans.FilterBean
Packages that use FilterBean
Package
Description
-
Uses of FilterBean in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type FilterBeanModifier and TypeMethodDescriptionFilterPaneBuilder.addActiveFilters(FilterBean<T, ?>... activeFilters) FilterPaneBuilder.setActiveFilters(FilterBean<T, ?>... activeFilters) -
Uses of FilterBean in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return types with arguments of type FilterBean -
Uses of FilterBean in io.github.palexdev.materialfx.dialogs
Methods in io.github.palexdev.materialfx.dialogs that return types with arguments of type FilterBean -
Uses of FilterBean in io.github.palexdev.materialfx.filter.base
Methods in io.github.palexdev.materialfx.filter.base that return FilterBeanModifier and TypeMethodDescriptionFilterBean<T,U> AbstractFilter.toFilterBean(String input) Converts this filter to aFilterBeanfrom the given input.FilterBean<T,U> AbstractFilter.toFilterBean(String input, BiPredicateBean<U, U> bean, ChainMode mode) FilterBean<T,U> AbstractFilter.toFilterBean(String input, ChainMode mode) Converts this filter to aFilterBeanfrom the given input andChainMode. -
Uses of FilterBean in io.github.palexdev.materialfx.skins
Methods in io.github.palexdev.materialfx.skins with parameters of type FilterBeanModifier and TypeMethodDescriptionprotected NodeMFXFilterPaneSkin.buildAndOrIcon(FilterBean<T, ?> filter) Builds an icon that represents how twoFilterBeans should be chained.protected RegionMFXFilterPaneSkin.buildFilter(FilterBean<T, ?> filter) Builds a node that represents the givenFilterBean.