Package com.microstrategy.web.objects.rw
Interface RWControlGroupBy
-
public interface RWControlGroupByRepresents 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- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDataFilterMode()Returns the filter mode for this Control Group ByRWGroupByElementsgetElements()java.lang.StringgetKey()Returns the node key of this objectWebObjectInfogetSource()Returns theWebObjectInfothat serves as the source for the selector controlvoidsetDataFilterMode(int mode)Sets the filter mode for this Control Group By.
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
Returns the node key of this object
-
getSource
WebObjectInfo getSource()
Returns theWebObjectInfothat serves as the source for the selector control
-
setDataFilterMode
void setDataFilterMode(int mode)
Sets the filter mode for this Control Group By. Does not supportEnumWebControlDataFilterModes.WebControlDataFilterModeMixed- Parameters:
mode- int fromEnumWebControlDataFilterModes
-
getDataFilterMode
int getDataFilterMode()
Returns the filter mode for this Control Group By- Returns:
- int from
EnumWebControlDataFilterModes
-
getElements
RWGroupByElements getElements()
- Returns:
- the elements of control group by.
-
-