com.microstrategy.web.objects.rw.RWActionSelector |
Represent the action selector being used to submit various transaction operations. Please refer to EnumDSSXMLRWControlActionType
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAvailableActions()
Get actions this action selector support.
| ||||||||||
abstract String |
getConfirmMessage()
Get the message to display to user after submit
| ||||||||||
abstract String |
getDisplayText()
Get the displayText for the actionSelector.
| ||||||||||
abstract WebObjectInfo | getSubsequentActionObject() | ||||||||||
abstract int |
getSubsequentActions()
Get the subSequesntActions defined on this selector.
| ||||||||||
abstract void |
setAvailableActions(int availableActions)
set the available actions on this control
| ||||||||||
abstract void |
setConfirmMessage(String message)
Set the message to displaye to user after submit
| ||||||||||
abstract void |
setDisplayText(String displayText)
Set the displayText for the actionSelector
| ||||||||||
abstract void |
setSubmissionOrder(String[] targets)
Add the delta of setting submission order.
| ||||||||||
abstract void |
setSubsequentActionObject(WebObjectInfo object)
Set the object to be run after submit if the subsequentAction is {EnumDSSXMLRWControlSubsequentAction.DssXmlRWControlSubsequentActionExecuteNewObject}
| ||||||||||
abstract void |
setSubsequentActions(int subActions)
Set the subsequentActions after submit.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get actions this action selector support. Refer to @link EnumDSSXMLRWControlActionType
Get the message to display to user after submit
Get the displayText for the actionSelector.
Get the subSequesntActions defined on this selector. It is only meaningful if the action type is {EnumDSSXMLRWControlActionType.DssXmlRWControlActionTypeSubmit}
set the available actions on this control
availableActions | int from EnumDSSXMLRWControlActionType |
---|
Set the message to displaye to user after submit
message | {String} |
---|
Set the displayText for the actionSelector
displayText | {String} |
---|
Add the delta of setting submission order.
targets | the targets that need to be set order. |
---|
Set the object to be run after submit if the subsequentAction is {EnumDSSXMLRWControlSubsequentAction.DssXmlRWControlSubsequentActionExecuteNewObject}
object | {WebObjectInfo} the object to be executed after submit. |
---|
Set the subsequentActions after submit.
subActions | int from EnumDSSXMLRWControlSubsequentAction, it could be a combination of various subSequentActions. |
---|