Uses of Enum Class
cloud.opencode.base.core.page.Sort.Direction
Packages that use Sort.Direction
-
Uses of Sort.Direction in cloud.opencode.base.core.page
Subclasses with type arguments of type Sort.Direction in cloud.opencode.base.core.pageMethods in cloud.opencode.base.core.page that return Sort.DirectionModifier and TypeMethodDescriptionSort.Order.direction()Returns the value of thedirectionrecord component.Sort.Direction.reverse()Returns the opposite direction.static Sort.DirectionReturns the enum constant of this class with the specified name.static Sort.Direction[]Sort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.core.page with parameters of type Sort.DirectionModifier and TypeMethodDescriptionstatic SortSort.by(Sort.Direction direction, String property) static SortSort.by(Sort.Direction direction, String... properties) Constructors in cloud.opencode.base.core.page with parameters of type Sort.DirectionModifierConstructorDescriptionOrder(String property, Sort.Direction direction) Creates an instance of aOrderrecord class.