com.microstrategy.web.objects.rw.RWElementSelector |
![]() |
Represents element selector control.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebAttributeForms |
getControlAttributeForms()
Return the custom forms available for this control
| ||||||||||
abstract String |
getControlAttributeFormsDelimiter()
Return the delimiter used for custom form display
| ||||||||||
abstract int |
getControlAttributeFormsDisplayType()
Return the way forms should be displayed
| ||||||||||
abstract RWTransactionSelector |
getDDICTarget(int i)
Returns i-th DDIC target
| ||||||||||
abstract int |
getDDICTargetCount()
Returns number of DDIC targets
| ||||||||||
abstract int |
getDataFilterMode()
REturn the data filter mode for all CGBs surrounding this control's targets
| ||||||||||
abstract String |
getDataSourcesXML()
Returns the data sources xml
| ||||||||||
abstract int | getMetricConditionalityType() | ||||||||||
abstract WebSorts |
getSorts()
Return collection of sorts applied to elements of this selector
| ||||||||||
abstract WebObjectInfo |
getSource()
Returns control source
| ||||||||||
abstract boolean |
isInList()
Return boolean specifying whether the control's element selection is inclusive
| ||||||||||
abstract void |
setControlAttributeForms(List<WebAttributeForm> forms)
Specify the forms to be used when custom forms are enabled
| ||||||||||
abstract void |
setControlAttributeFormsDelimiter(String delimeter)
Specify delimiter for custom form display of control
| ||||||||||
abstract void |
setControlAttributeFormsDisplayType(int type)
Specify the way forms should be displayed for this control
| ||||||||||
abstract void |
setDataFilterMode(int mode)
Sets the data filter mode for all CGBs surrounding this control's targets
| ||||||||||
abstract void |
setIsInList(boolean isInList)
Specify whether this control's element selection should be inclusive
| ||||||||||
abstract void | setMetricConditionalityType(int metricConditionality) | ||||||||||
abstract void |
setSource(WebObjectInfo sourceObject)
Sets control source
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the custom forms available for this control
Return the delimiter used for custom form display
Return the way forms should be displayed
Returns i-th DDIC target
i | index |
---|
Returns number of DDIC targets
REturn the data filter mode for all CGBs surrounding this control's targets
EnumWebControlDataFilterModes
Returns the data sources xml
Return boolean specifying whether the control's element selection is inclusive
WebObjectsException |
---|
Specify the forms to be used when custom forms are enabled
forms | List containing String forms |
---|
WebObjectsException |
---|
Specify delimiter for custom form display of control
delimeter | String containing the delimiter |
---|
WebObjectsException |
---|
Specify the way forms should be displayed for this control
type | int from EnumDSSXMLControlAttributeFormDisplayOption
|
---|
WebObjectsException |
---|
Sets the data filter mode for all CGBs surrounding this control's targets
mode | int from EnumWebControlDataFilterModes
|
---|
Specify whether this control's element selection should be inclusive
isInList | boolean true=inclusive, false=exclusive |
---|
WebObjectsException |
---|
IllegalArgumentException | |
---|---|
WebObjectsException |