Package | Description |
---|---|
com.caplin.motif.blotter |
Non FX-specific classes that relate to sorting and filtering blotters.
|
Modifier and Type | Method and Description |
---|---|
Sort.Direction |
Sort.getDirection()
The direction to sort in.
|
static Sort.Direction |
Sort.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sort.Direction[] |
Sort.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Sort(String fieldName,
Sort.Direction direction)
Constructs a Sort operation that will sort on the column with the specified
field name in the specified direction.
|
Copyright © 2015 Caplin Systems.