Uses of Enum Class
com.streambase.liveview.client.OrderDefinition.Direction
Packages that use OrderDefinition.Direction
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of OrderDefinition.Direction in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type OrderDefinition.DirectionModifier and TypeFieldDescription(package private) List<OrderDefinition.Direction>
OrderDefinition.directions
Methods in com.streambase.liveview.client that return OrderDefinition.DirectionModifier and TypeMethodDescriptionabstract OrderDefinition.Direction
OrderDefinition.Direction.reverse()
static OrderDefinition.Direction
Returns the enum constant of this class with the specified name.static OrderDefinition.Direction[]
OrderDefinition.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type OrderDefinition.DirectionModifier and TypeMethodDescriptionvoid
OrderDefinition.OrderDefinitionVisitor.accept
(String field, OrderDefinition.Direction dir) OrderDefinition.add
(OrderDefinition.Direction[] dir, String... flds) Add order definition field names with the specified Direction.OrderDefinition.add
(OrderDefinition.Direction dir, String... flds) Add order definition field names, all in the same direction