Uses of Enum Class
de.espirit.common.util.SortOrder
Packages that use SortOrder
- 
Uses of SortOrder in de.espirit.common.utilMethods in de.espirit.common.util that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderGet the order value by a given code.static @Nullable SortOrderExceptional handling to find a sort order by its order code.static SortOrderReturns 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.Methods in de.espirit.common.util with parameters of type SortOrder
- 
Uses of SortOrder in de.espirit.firstspirit.access.store.templatestore.gomMethods in de.espirit.firstspirit.access.store.templatestore.gom that return SortOrderModifier 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 SortOrderAbstractGomSelect.sortOrder()Convenience method forAbstractGomSelect.getSortOrder()returning a non-null value@NotNull SortOrderGomPageRef.sortOrder()Deprecated.Convenience API forGomPageRef.getSortOrder()returning a non-null value.@NotNull SortOrderGomTabList.sortOrder()Deprecated.Convenience API forGomTabList.getSortOrder()returning a non-null valueMethods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type SortOrderModifier and TypeMethodDescriptionvoidAbstractGomSelect.setSortOrder(SortOrder sortOrder) Sets the order in which display options are displayedvoidGomPageRef.setSortOrder(SortOrder sortOrder) Deprecated.Sets the sort order for section selection comboboxvoidGomTabList.setSortOrder(SortOrder sortOrder) Deprecated.Sets the order for displaying tabs