Uses of Enum Class
io.github.palexdev.materialfx.enums.SortState
Packages that use SortState
Package
Description
-
Uses of SortState in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type SortState -
Uses of SortState in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return SortStateModifier and TypeMethodDescriptionMFXTableColumn.getSortState()Gets the value of the property sortState.MFXTableColumn.MFXTableColumnEvent.getSortState()Methods in io.github.palexdev.materialfx.controls that return types with arguments of type SortStateModifier and TypeMethodDescriptionMFXTableColumn.sortStateProperty()Specifies the sort state of the column.Methods in io.github.palexdev.materialfx.controls with parameters of type SortStateModifier and TypeMethodDescriptionvoidMFXTableColumn.setSortState(SortState sortState) Sets the value of the property sortState.Constructors in io.github.palexdev.materialfx.controls with parameters of type SortStateModifierConstructorDescriptionMFXTableColumnEvent(EventType<? extends Event> eventType, MFXTableColumn<T> column, Comparator<T> comparator, SortState sortState) -
Uses of SortState in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return SortState