com.microstrategy.web.objects.WebMetricHierarchicalSortConfig |
![]() |
This interface is intented to configure a sort operation on a grid. This interface represents a purely configuration object. That implies that its implementations would be standalone config objects (unlike WebSort which is tied to grid template objects). The getters on such implementations thus would represent the values set instead of actual values on a template.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getSubtotalID()
Returns the subtotal ID set
| ||||||||||
abstract int |
getSubtotalType()
Returns the subtotal type set.
| ||||||||||
abstract void |
setSubtotalByType(int subtotalType)
Sets the subtotal definition for the sort by specifying its subtotal type.
| ||||||||||
abstract void |
setSubtotalID(String id)
Sets the subtotal ID
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||
![]()
|
Returns the subtotal ID set
Returns the subtotal type set.
Sets the subtotal definition for the sort by specifying its subtotal type.
IllegalArgumentException |
---|
Sets the subtotal ID