com.microstrategy.web.app.beans.ElementPickerBean |
![]() |
This interface provides methods for the element picker used in Attribute Qualification Prompts.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebDisplayUnits |
getAvailableElements()
Return the collection of available elements.
| ||||||||||
abstract int |
getElementBlockBegin()
Returns the block begin for the elements - used by Incremental fetch
| ||||||||||
abstract int |
getElementBlockCount()
Returns the block count for the elements - used by Incremental fetch
| ||||||||||
abstract int |
getElementChildCount()
Returns the child count for the elements - used by Incremental fetch
| ||||||||||
abstract int |
getPromptPosition()
Get the prompt position index in the report.
| ||||||||||
abstract PromptsBean |
getPromptsBean()
Returns the prompts bean associated with this element picker
| ||||||||||
abstract WebAttributeForm |
getQualificationAttributeForm()
Returns the form to be used for qualification.
| ||||||||||
abstract String |
getSelectedAttributeId()
Returns the selected attribute on the bean.
| ||||||||||
abstract String |
getSelectedOperator()
Returns the selected Operator on the bean.
| ||||||||||
abstract String |
getSelectedText()
Returns the selected text.
| ||||||||||
abstract boolean |
isMultiSelectAvailable()
Returns whether the selected operator support multiple selection
| ||||||||||
abstract void |
setPromptPosition(int position)
Set the prompt position index in the report.
| ||||||||||
abstract void |
setSelectedAttributeId(String attributeId)
Set the selected attribute on the bean.
| ||||||||||
abstract void |
setSelectedOperator(String operator)
Set the selected Operator on the bean.
| ||||||||||
abstract void |
setSelectedText(String text)
Set the selected text on the bean.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the collection of available elements.
WebDisplayUnits
collection of available elements
Returns the block begin for the elements - used by Incremental fetch
int
the block begin
Returns the block count for the elements - used by Incremental fetch
int
the block count
Returns the child count for the elements - used by Incremental fetch
int
the element child count
Get the prompt position index in the report.
int
value with the prompt position in the report
Returns the prompts bean associated with this element picker
PromptsBean
Returns the form to be used for qualification. This attribute form's value will be used to pick the element's value.
WebAttributeForm
the form to use for qualification
Returns the selected attribute on the bean.
String
the value from the attribute selection list
Returns the selected Operator on the bean.
String
the value from the Operator pulldown
Returns the selected text.
String
the value from the text box
Returns whether the selected operator support multiple selection
Set the prompt position index in the report.
position | int value with the prompt position in the report
|
---|
Set the selected attribute on the bean.
attributeId | String the value from the attribute selection list
|
---|
Set the selected Operator on the bean.
operator | String the value from the Operator pulldown
|
---|
Set the selected text on the bean.
text | String the value from the text box
|
---|