com.microstrategy.web.app.beans.ViewBeanParserBean |
![]()
AbstractColorGradientEditorBeanImpl,
AbstractObjectBrowserTabBean,
AbstractTemplateElementsBean,
AbstractViewBeanParserBean,
AccordionTabManagerBeanImpl,
AdminTabBean,
AlertsEditorBean,
AttributeFormsEditorBean,
AttributeFormsQualificationBean,
AttributeFormsQualificationBeanImpl,
ColorGradientEditorBean,
ColorGradientEditorBeanImpl,
ColorPickerEditorBean,
ConfirmOverwriteDialogBean,
DerivedElementsConvertDialogBean,
and
50 others.
|
The ViewBeanParserBeanBean is used to represent an application bean that will manipiulate a View Bean from either a Report Bean or a Report Writer Bean.
[Expand]
Inherited Constants | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getActiveElementIndex()
This method is deprecated.
This method will no longer be part of this interface.
| ||||||||||
abstract String |
getActiveViewKey()
Returns the active view key.
| ||||||||||
abstract ArrayList |
getTemplateElementList()
This method is deprecated.
This method will no longer be part of this interface.
Create the TemplateParser using the getViewBean to access the template
element list.
| ||||||||||
abstract ViewBean |
getViewBean(int viewInstance)
This method is deprecated.
This method will no longer be part of this interface.
| ||||||||||
abstract ViewBean |
getViewBean()
Get a instance of the ViewBean associated with the bean.
| ||||||||||
abstract void |
setActiveElementIndex(int activeElementIndex)
This method is deprecated.
This method will no longer be part of this interface.
| ||||||||||
abstract void |
setActiveViewKey(String activeViewKey)
Set the active view key.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
This method is deprecated.
This method will no longer be part of this interface.
Returns the active view key.
This method is deprecated.
This method will no longer be part of this interface.
Create the TemplateParser using the getViewBean to access the template
element list.
Get a list of template elements from ReportBean or RWBean.
This method is deprecated.
This method will no longer be part of this interface.
Get a specific instance of the ViewBean associated with the bean. It will return the data of the specific view bean along with the definition.
Get a instance of the ViewBean associated with the bean. It will not return the data of the specific view bean. Just the definition will be returned.
This method is deprecated.
This method will no longer be part of this interface.
Set the Active element index. It's used to pre-select an item in the template elements list
activeElementIndex | the active element index |
---|
Set the active view key.
It's used for initializing current bean from a view Bean.
activeViewKey | The specific element to set as active. |
---|