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.AbstractPersistableFrameElement | |||||||
↳ | com.microstrategy.web.app.beans.AbstractViewBeanParserBean | |||||||
↳ | com.microstrategy.web.app.beans.AttributeFormsQualificationBeanImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AttributeFormsQualificationBeanImpl()
Default constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doCollectData()
Collects data
| ||||||||||
Vector |
getAttFormsVector()
Returns a
Vector with the list of attribute forms for the selected attribute
| ||||||||||
WebAttribute |
getAttribute()
Returns the attribute contained in the bean, which was initialized
with the attributeId property.
| ||||||||||
WebAttributeForms |
getAttributeForms()
Returns the
WebAttributeForms for the currently selected Attribute | ||||||||||
String |
getAttributeId()
Returns The ID of the Attribute to select on the Attribute Forms Editor
| ||||||||||
ArrayList |
getAttributeList()
Returns an
ArrayList the list of Attributes
| ||||||||||
String |
getHiddenAttributeForms()
Returns the comma separated list of attribute form ids to be hidden.
| ||||||||||
int |
getOperatorType()
Returns the operator type associated with this bean.
| ||||||||||
WebAttribute |
getSelectedAttribute()
Returns the
WebAttribute currently selected
| ||||||||||
boolean |
getShowAttributeList()
Whether to display the list of attributes on the Attribute Forms Editor
| ||||||||||
boolean |
isEditor()
Indicates whether the instance most be considered editor.
| ||||||||||
boolean |
isEnabled()
Indicates whether the instance is enabled or not, depending on the features available.
| ||||||||||
void |
reset()
Initializes the bean by clearing the selected Attribute
as well as the list of Attribute Forms
| ||||||||||
void |
setAttFormsVector(String strAttFormsVector)
Set the attribute form information
| ||||||||||
void |
setAttributeId(String attId)
Sets the ID of the Attribute to select on this Attribute Forms Editor instance
| ||||||||||
void |
setHiddenAttributeForms(String attributeForms)
Comma separated list of attribute form ids to be hidden.
| ||||||||||
void |
setOperatorType(int _operatorType)
Sets the operator type is one of the following values
The default value is
ATTR_OPERATORS . | ||||||||||
void |
setShowAttributeList(boolean showAttributeList)
Whether to display the list of attributes on the Attribute Forms Editor
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
doFlatState(FlatStateSerializer serializer, int howMuchState, FlatStateTokenizer tokenizer)
Speciefies which bean's properties are persisted.
| ||||||||||
WebEventHandler | newDefaultEventHandler() | ||||||||||
void |
setHelpEventInformation(Editor editor)
Set the help event information for the editor
|
Default constructor
Collects data
Returns a Vector
with the list of attribute forms for the selected attribute
Returns the attribute contained in the bean, which was initialized with the attributeId property.
WebAttribute
contained in the bean.
Returns the WebAttributeForms
for the currently selected Attribute
WebAttributeForms
instance with the available attribute forms for the selected attribute.
Returns The ID of the Attribute to select on the Attribute Forms Editor
Returns an ArrayList
the list of Attributes
Returns the comma separated list of attribute form ids to be hidden.
Returns the operator type associated with this bean. The value can be one of the following
Returns the WebAttribute
currently selected
WebAttribute
instance of the selected attribute.
Whether to display the list of attributes on the Attribute Forms Editor
boolean
value indicating whether to display the list of attributes
on the Attribute Forms Editor or not.
Indicates whether the instance most be considered editor.
True
.
Indicates whether the instance is enabled or not, depending on the features available.
By default returns True
.
True
if the bean is enabled and ready to be rendered.
Initializes the bean by clearing the selected Attribute as well as the list of Attribute Forms
Set the attribute form information
strAttFormsVector | String value with the attribute form information |
---|
Sets the ID of the Attribute to select on this Attribute Forms Editor instance
attId | String value with the selected attribute identifier.
|
---|
Comma separated list of attribute form ids to be hidden.
Sets the operator type is one of the following values
The default value isATTR_OPERATORS
.Whether to display the list of attributes on the Attribute Forms Editor
showAttributeList | boolean value indicating if the attribute list should
be shown or not.
|
---|
Speciefies which bean's properties are persisted.
serializer | FlatStateSerializer initialized instance where the state of the instance
is handled |
---|---|
howMuchState | int value from
EnumWebPersistableState indicating how much state should be
handled by this instance |
tokenizer | FlatStateTokenizer initialized instance where the state of the
instance is handled.
|
Set the help event information for the editor
editor | Editor instance representing the editor object to be updated |
---|