Uses of Enum Class
de.espirit.common.util.SortOrder
-
Uses of SortOrder in de.espirit.common.util
Modifier and TypeMethodDescriptionstatic SortOrder
Get the order value by a given code.static @Nullable SortOrder
Exceptional handling to find a sort order by its order code.static SortOrder
Returns the enum constant of this class with the specified name.static SortOrder[]
SortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SortOrder in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeMethodDescriptionAbstractGomSelect.getSortOrder()
Returns the order in which display options are displayedGomPageRef.getSortOrder()
Deprecated.Describes the sort order for section selection comboboxGomTabList.getSortOrder()
Deprecated.Display tabs in the specified order@NotNull SortOrder
AbstractGomSelect.sortOrder()
Convenience method forAbstractGomSelect.getSortOrder()
returning a non-null value@NotNull SortOrder
GomPageRef.sortOrder()
Deprecated.Convenience API forGomPageRef.getSortOrder()
returning a non-null value.@NotNull SortOrder
GomTabList.sortOrder()
Deprecated.Convenience API forGomTabList.getSortOrder()
returning a non-null valueModifier and TypeMethodDescriptionvoid
AbstractGomSelect.setSortOrder
(SortOrder sortOrder) Sets the order in which display options are displayedvoid
GomPageRef.setSortOrder
(SortOrder sortOrder) Deprecated.Sets the sort order for section selection comboboxvoid
GomTabList.setSortOrder
(SortOrder sortOrder) Deprecated.Sets the order for displaying tabs