Uses of Enum Class
io.github.palexdev.materialfx.enums.ChainMode
Packages that use ChainMode
Package
Description
-
Uses of ChainMode in io.github.palexdev.materialfx.beans
Methods in io.github.palexdev.materialfx.beans that return ChainModeMethods in io.github.palexdev.materialfx.beans with parameters of type ChainModeModifier and TypeMethodDescriptionvoidSets the chain mode to the specified one.Constructors in io.github.palexdev.materialfx.beans with parameters of type ChainModeModifierConstructorDescriptionFilterBean(String query, AbstractFilter<T, U> filter, BiPredicateBean<U, U> predicateBean, ChainMode mode) -
Uses of ChainMode in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return ChainModeModifier and TypeMethodDescriptionstatic ChainModeReturns the enum constant of this class with the specified name.static ChainMode[]ChainMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.enums with parameters of type ChainMode -
Uses of ChainMode in io.github.palexdev.materialfx.filter.base
Methods in io.github.palexdev.materialfx.filter.base with parameters of type ChainModeModifier and TypeMethodDescriptionFilterBean<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 ChainMode in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils with parameters of type ChainMode -
Uses of ChainMode in io.github.palexdev.materialfx.validation
Methods in io.github.palexdev.materialfx.validation that return ChainModeMethods in io.github.palexdev.materialfx.validation with parameters of type ChainModeModifier and TypeMethodDescriptionConstraint.Builder.setChainMode(ChainMode mode) Constraint.setChainMode(ChainMode chainMode) Sets the mode defining how this constraint will be chained to other constraints.