com.microstrategy.web.app.beans.FrameElement |
![]()
AbstractColorGradientEditorBeanImpl,
AlertsEditorBean,
AttributeFormsEditorBean,
AttributeFormsQualificationBean,
AttributeFormsQualificationBeanImpl,
ColorGradientEditorBean,
ColorGradientEditorBeanImpl,
ColorPickerEditorBean,
DerivedElementsEditorBean,
DocumentFrameElement,
DrillEditorBean,
DrillEditorBeanImpl,
DrillFilterEditorBean,
ExportOptionsEditorBean,
FilterEditorBean,
and
35 others.
|
The interface FrameElement is representing the subcomponents inside a FrameBean.
[Expand]
Inherited Constants | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract FrameBean |
getFrameBean()
Returns the frame bean that is containing this FrameElement.
| ||||||||||
abstract WebComponent |
getTargetBean()
Get the target bean associated with this instance
| ||||||||||
abstract String | getTargetBeanPath() | ||||||||||
abstract boolean |
getUseIFrame()
Indicates whether a ReportFrameElement uses IFrames in its output
| ||||||||||
abstract boolean |
isEditor()
Indicates whether a ReportFrameElement most be considered editor.
| ||||||||||
abstract boolean |
isEnabled()
Indicates whether a ReportFrameElement is Enabled.
| ||||||||||
abstract void |
setTargetBean(WebComponent bean)
Set the target bean that will be associated with this instance.
| ||||||||||
abstract void |
setTargetBeanPath(String beanName)
Define the base bean for this instance.
| ||||||||||
abstract void |
setUseIFrame(boolean value)
Sets whether a ReportFrameElement should use IFrames in its output
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Returns the frame bean that is containing this FrameElement.
Get the target bean associated with this instance
WebComponent
instance associated with this bean.Indicates whether a ReportFrameElement uses IFrames in its output
Indicates whether a ReportFrameElement most be considered editor. Editors are treated specially by the ReportFrame: only one editor can be shown at any time.
Indicates whether a ReportFrameElement is Enabled. Each bean checks its own features and other settings to determine whether it is enabled or not.
Set the target bean that will be associated with this instance.
bean | WebComponent instance to be associated with this bean. |
---|
Define the base bean for this instance.
beanName | String with the name of the bean (with path information
if necessary) to be set as the base
bean for this instance. |
---|
Sets whether a ReportFrameElement should use IFrames in its output
value | true if IFrrames are enabled |
---|