com.microstrategy.web.objects.rw.RWControlGroupBy |
Represents a control group by node in the report writing document hierarchy. This node is used by selector controls targetting grids or panel stacks to do the filtering/selection of attributes and metrics
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getDataFilterMode()
Returns the filter mode for this Control Group By
| ||||||||||
abstract RWGroupByElements | getElements() | ||||||||||
abstract String |
getKey()
Returns the node key of this object
| ||||||||||
abstract WebObjectInfo |
getSource()
Returns the
WebObjectInfo that serves as the source for the selector control
| ||||||||||
abstract void |
setDataFilterMode(int mode)
Sets the filter mode for this Control Group By.
|
Returns the filter mode for this Control Group By
EnumWebControlDataFilterModes
Returns the node key of this object
Returns the WebObjectInfo
that serves as the source for the selector control
Sets the filter mode for this Control Group By. Does not support
WebControlDataFilterModeMixed
mode | int from EnumWebControlDataFilterModes
|
---|