Package com.microstrategy.web.objects.rw
Interface RWSelectorControlObject
-
- All Superinterfaces:
RWObject
,RWUnit
,WebHyperLinkContainer
- All Known Subinterfaces:
RWConditionSelectorControlObject
- All Known Implementing Classes:
RWConditionSelectorControlObjectImpl
public interface RWSelectorControlObject extends RWObject
Represents selector control data unit.- Since:
- MicroStrategy Web 8.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWGroupByElements
getElements()
Returns available elements-
Methods inherited from interface com.microstrategy.web.objects.rw.RWObject
getHyperLink, getToolTip, getValue, isHidden
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnit
getDefinition, getParent, getThresholdId, getTransactionAction, isFirst, isLast, nextSibling, prevSibling
-
Methods inherited from interface com.microstrategy.web.objects.WebHyperLinkContainer
getHyperLinks, newHyperLink
-
-
-
-
Method Detail
-
getElements
RWGroupByElements getElements()
Returns available elements- Returns:
- available elements
-
-