abstract
int
|
getKey()
Returns the key of current sort object, which is used to look up the sort in the sorts collection.
|
abstract
int
|
getPosition()
Returns the position of current sort object in the sorts collection.
|
abstract
boolean
|
getRespectParent()
Returns the Respect Parent flag
|
abstract
int
|
getSortType()
Returns the sort type of this sort object.
|
abstract
int
|
getSubtotalsPosition()
Returns the position of subtotals in sorted result.
|
abstract
WebObjectInfo
|
getTarget()
Returns the target of this sort
|
abstract
boolean
|
isAscending()
Returns the sort order, which is ascending or not.
|
abstract
void
|
setAscending(boolean ascending)
Sets the sort order to ascending or not.
|
abstract
void
|
setRespectParent(boolean value)
Sets the Respect Parent flag
|
abstract
void
|
setSubtotalsPosition(int subtotalsPosition)
Sets the position of subtotals in sorted result.
|