com.microstrategy.web.objects.rw.RWSelectorControl |
![]() |
Represents a selector control
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AUTO_SYNC | AutoSync mode value. | |||||||||
int | NO_AUTO_SYNC | AutoSync mode value. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWGroupByElements |
createElements()
A helper method that creates an empty collection of elements.
| ||||||||||
abstract int |
getAutoSyncMode()
Returns AutoSync mode
| ||||||||||
abstract RWGroupByElements |
getCurrentElements()
Returns a collection of selected elements
| ||||||||||
abstract int |
getTargetType()
Returns selector target type
| ||||||||||
abstract int |
getUnsetCount()
Returns the unset count
| ||||||||||
abstract int |
getUnsetStatus()
Returns the unset status of the control
| ||||||||||
abstract void |
setAutoSyncMode(int value)
Sets AutoSync mode.
| ||||||||||
abstract void |
setTargetType(int value)
Set selector target type.
| ||||||||||
abstract void |
setUnsetStatus(int status, int count)
Sets the unset status of the control
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
AutoSync mode value. Indicates that the system shall automatically select the first available element if the current selection becomes invalid due to selection changes in other controls.
AutoSync mode value. Indicates that the system shall always honor user selectons
A helper method that creates an empty collection of elements. Used for rendering controls in design mode.
Returns AutoSync mode
Returns a collection of selected elements
Returns selector target type
Returns the unset count
Returns the unset status of the control
EnumDSSXMLRWSelectorUnsetStatus
Sets AutoSync mode.
Set selector target type.
Sets the unset status of the control
status | int from EnumDSSXMLRWSelectorUnsetStatus |
---|---|
count | int number of elements to retrieve depending on status |