com.microstrategy.web.objects.WebPromptInstance |
The interface WebPromptInstance
represends a single prompt
instance.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getPin()
Returns the pin of the current prompt instance.
| ||||||||||
abstract WebPrompt |
getPromptDef()
Returns the prompt definition object corresponding to this
prompt instance.
| ||||||||||
abstract boolean |
isDormant()
Returns
true if the current prompt instance is dormant. | ||||||||||
abstract void |
setPromptDef(WebPrompt promptDef)
Sets and Overwrites a prompt definition object associated with
current prompt instance.
|
Returns the pin of the current prompt instance.
Returns the prompt definition object corresponding to this prompt instance.
Returns true
if the current prompt instance is dormant.
true
if the current prompt instance is dormant
Sets and Overwrites a prompt definition object associated with current prompt instance.
promptDef | a prompt definition object. |
---|
WebObjectsException | thrown if the prompt type is not supported on this prompt site. |
---|