We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Enum Class
com.vaadin.flow.component.grid.Grid.MultiSortPriority
Packages that use Grid.MultiSortPriority
-
Uses of Grid.MultiSortPriority in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return Grid.MultiSortPriorityModifier and TypeMethodDescriptionstatic Grid.MultiSortPriority
Returns the enum constant of this class with the specified name.
static Grid.MultiSortPriority[]
Grid.MultiSortPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.
Methods in com.vaadin.flow.component.grid with parameters of type Grid.MultiSortPriorityModifier and TypeMethodDescriptionstatic void
Grid.setDefaultMultiSortPriority
(Grid.MultiSortPriority priority) Sets the default multi-sort priority to use for all Grid instances.
void
Grid.setMultiSort
(boolean multiSort, Grid.MultiSortPriority priority) Sets whether multiple column sorting is enabled on the client-side.
void
Grid.setMultiSort
(boolean multiSort, Grid.MultiSortPriority priority, boolean onShiftClickOnly) Sets whether multiple column sorting is enabled on the client-side.