java.lang.Object | ||||||
↳ | com.microstrategy.utils.serialization.AbstractPersistable | |||||
↳ | com.microstrategy.web.beans.AbstractTransformable | |||||
↳ | com.microstrategy.web.beans.AbstractWebComponent | |||||
↳ | com.microstrategy.web.app.beans.AbstractAppComponent | |||||
↳ | com.microstrategy.web.app.beans.AbstractPersistableAppComponent | |||||
↳ | com.microstrategy.web.app.beans.ElementPickerBeanImpl |
This class represents the Element Picker used in the Attribute Qualification Prompt
[Expand]
Inherited Constants | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||
![]()
| |||||||||||||||||||||||
![]()
|
[Expand]
Inherited Fields | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||
![]()
| |||||||||||||||||
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ElementPickerBeanImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doCollectData()
Call the required methods so the data is collected for this instance
| ||||||||||
WebDisplayUnits |
getAvailableElements()
Return the collection of available elements.
| ||||||||||
int |
getElementBlockBegin()
Returns the block begin for the elements - used by Incremental fetch
| ||||||||||
int |
getElementBlockCount()
Returns the block count for the elements - used by Incremental fetch
| ||||||||||
int |
getElementChildCount()
Returns the child count for the elements - used by Incremental fetch
| ||||||||||
int |
getPromptPosition()
Get the prompt position index in the report.
| ||||||||||
PromptsBean |
getPromptsBean()
Returns the prompts bean associated with this element picker
| ||||||||||
WebAttributeForm |
getQualificationAttributeForm()
Returns the form to be used for qualification.
| ||||||||||
String |
getSelectedAttributeId()
Returns the selected attribute on the bean.
| ||||||||||
String |
getSelectedOperator()
Returns the selected Operator on the bean.
| ||||||||||
String |
getSelectedText()
Returns the selected text.
| ||||||||||
boolean |
isMultiSelectAvailable()
Returns whether the selected operator support multiple selection
| ||||||||||
void |
setPromptPosition(int position)
Set the prompt position index in the report.
| ||||||||||
void |
setSelectedAttributeId(String id)
Set the selected attribute on the bean.
| ||||||||||
void |
setSelectedOperator(String operatorId)
Set the selected Operator on the bean.
| ||||||||||
void |
setSelectedText(String text)
Set the selected text on the bean.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doFlatState(FlatStateSerializer serializer, int howMuchState, FlatStateTokenizer tokenizer)
Proceses the save/restore state opperation of the AppComponent
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Call the required methods so the data is collected for this instance
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 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.
id | String the value from the attribute selection list
|
---|
Set the selected Operator on the bean.
operatorId | String the value from the Operator pulldown
|
---|
Set the selected text on the bean.
text | String the value from the text box
|
---|
Proceses the save/restore state opperation of the AppComponent
serializer | an instance of the FlatStateSerializer object to use |
---|---|
howMuchState | defines how much information needs to be saved |
tokenizer | an instance of the FlatStateTokenizer object to use
|