com.microstrategy.web.objects.rw.RWControlDef |
Represents a difinition of the actionable control document unit
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
canMultiSelect()
Returns true if control can support multiple selections.
| ||||||||||
abstract boolean |
canSingleSelect()
Returns true if control can support single selections.
| ||||||||||
abstract String |
getAllAlias()
Returns alias to be used for Select All option
| ||||||||||
abstract int |
getAutoSyncMode()
Returns AutoSync mode
| ||||||||||
abstract RWControl |
getControl()
Returns control associated with this unit
| ||||||||||
abstract String |
getControlNodeKey()
Returns control node key
| ||||||||||
abstract WebThresholds |
getControlNodeThresholds()
Returns the Thresholds associated with the node of action selector.
| ||||||||||
abstract boolean |
getInclude()
Returns control selection include/exclude mode.
| ||||||||||
abstract int |
getItemWidthMode()
Returns item width mode.
| ||||||||||
abstract int |
getMouseOverAction()
Returns control mouse over action.
| ||||||||||
abstract int |
getOrientation()
Gets control orientation
| ||||||||||
abstract int |
getOrientationBehavior()
Gets control orientation behavior
| ||||||||||
abstract int |
getStyle()
Gets control style (see
EnumRWControlStyle ) | ||||||||||
abstract boolean |
isMultiSelect()
Returns true if control allows multiple selections
| ||||||||||
abstract boolean |
isShowAll()
Returns true if control displays the Select All option and supports selecting all elements
| ||||||||||
abstract void |
setAllAlias(String value)
Sets alias to be used for Select All option
| ||||||||||
abstract void |
setAutoSyncMode(int value)
Sets AutoSync mode.
| ||||||||||
abstract void |
setControlTargteType(int newTargteType)
Sets control target type
| ||||||||||
abstract void |
setControlType(int newType)
Sets control type
| ||||||||||
abstract void |
setItemWidthMode(int value)
Sets item width mode.
| ||||||||||
abstract void |
setMouseOverAction(int value)
Sets control mouse over action.
| ||||||||||
abstract void |
setMultiSelect(boolean value)
Sets multi-select mode
| ||||||||||
abstract void |
setOrientation(int value)
Sets control orientation
| ||||||||||
abstract void |
setOrientationBehavior(int value)
Sets control orientation behavior
| ||||||||||
abstract void |
setShowAll(boolean value)
Sets Show All option
| ||||||||||
abstract void |
setStyle(int value)
Sets control style
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns true if control can support multiple selections. (Controls like pool downs and radio buttons can support only single selection).
Returns true if control can support single selections. (Controls like check boxes can support only multipple selections).
Returns alias to be used for Select All option
Returns AutoSync mode
Returns control associated with this unit
Returns control node key
Returns the Thresholds associated with the node of action selector.
WebThresholds
object associated with this container.
Returns control selection include/exclude mode.
Returns item width mode.
EnumRWItemWidthMode
)
Returns control mouse over action. (Used for Flash only).
Gets control orientation
EnumRWOrientation
)
Gets control orientation behavior
Returns true if control allows multiple selections
Returns true if control displays the Select All option and supports selecting all elements
Sets alias to be used for Select All option
value | alias |
---|
Sets AutoSync mode.
Sets control target type
Sets control type
newType | control type |
---|
Sets item width mode.
value | item width mod (see EnumRWItemWidthMode )
|
---|
Sets control mouse over action. (Used for Flash only).
value | mouse over action. |
---|
Sets multi-select mode
value | if true, then control will allow multiple selections. |
---|
Sets control orientation
value | orientation (see EnumRWOrientation ).
|
---|
Sets control orientation behavior
value | orientation behavior |
---|
Sets Show All option
value | if true the control will display the Select All option. Using this option users can select all available elements. |
---|
Sets control style
value | control style (see EnumRWControlStyle )
|
---|