com.microstrategy.web.app.beans.RWFrameBean |
The RWFrameBean is an application-level bean in charge of displaying and coordinate the elements on the ReportWriter page. It's the counterpart of the ReportFrameBean in the Report page, or the DocumentFrameBean in the Document page.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_CURRENT_EDITOR | ||||||||||
String | COMPONENT_DATA | ||||||||||
String | COMPONENT_EDITOR_MESSAGE | ||||||||||
String | COMPONENT_ERROR | ||||||||||
String | COMPONENT_FILTER | ||||||||||
String | COMPONENT_GRAPH_TOOLBAR | ||||||||||
String | COMPONENT_GROUP_BY | ||||||||||
String | COMPONENT_LAST_UPDATE | ||||||||||
String | COMPONENT_MACROS_BROWSER | ||||||||||
String | COMPONENT_MENUS | ||||||||||
String | COMPONENT_OBJECT_BROWSER | ||||||||||
int | EDITABLE_VIEW_MODE_DEFAULT | Constat that represents the default view mode | |||||||||
int | EDITABLE_VIEW_MODE_NO | Constat that represents that the RWD is in NON EDITABLE view mode | |||||||||
int | EDITABLE_VIEW_MODE_YES | Constat that represents that the RWD is in EDITABLE view mode |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
convertIVEToDocument()
Converts an IVE document to a Report Services Document
| ||||||||||
abstract int | getAvailableViewMedia() | ||||||||||
abstract int |
getAvailableViewModes()
This method is deprecated.
please use getAvailableViewMedia
| ||||||||||
abstract int | getCurrentViewMedia() | ||||||||||
abstract int |
getCurrentViewMode()
This method is deprecated.
please use getCurrentViewMedia
| ||||||||||
abstract int |
getDesignMode()
Returns the view mode of the RW frame bean (a value from EnumReportViewModes)
| ||||||||||
abstract int |
getEditableViewMode()
This method is deprecated.
Use getCurrentViewMedia instead.
| ||||||||||
abstract boolean |
getIsDatasetAdded()
Returns whether a dataset hs been added to the RW frame bean
| ||||||||||
abstract boolean |
getIsDesignMode()
Returns whether the view mode of the RW frame bean (a value from EnumReportViewModes) is equal to
ReportViewModeDesign | ||||||||||
abstract PromptsContainerBean |
getPromptsContainerBean()
Get the Prompts Container Bean.
| ||||||||||
abstract RWBean |
getRWBean()
Returns the RW bean associated with this RW frame bean.
| ||||||||||
abstract RWWorkingSetBrowserTabBean |
getRWObjectBrowserBean()
Returns the ObjectBrowser bean associated with this RW frame bean.
| ||||||||||
abstract String |
getSelections()
Returns the comma seperated list of client side selections
| ||||||||||
abstract String |
getViewerScroll()
Returns the scroll top and left for the viewer.
| ||||||||||
abstract boolean | isAlignmentGridOn() | ||||||||||
abstract boolean | isRulersOn() | ||||||||||
abstract boolean | isSectionDividersOn() | ||||||||||
abstract void | setCurrentViewMedia(int viewMedia) | ||||||||||
abstract void |
setCurrentViewMode(int viewMode)
This method is deprecated.
please use setCurrentViewMedia
| ||||||||||
abstract void |
setDesignMode(int designMode)
Sets the view mode of the RW frame bean (a value from EnumReportViewModes)
| ||||||||||
abstract void |
setEditableViewMode(int value)
This method is deprecated.
Use setCurrentViewMedia instead.
| ||||||||||
abstract void |
setIsAlignmentGridOn(boolean value)
Sets whether the alignment grid for the document should be on.
| ||||||||||
abstract void |
setIsDatasetAdded(boolean isDatasetAdded)
Sets the the value of isDatasetAdded
| ||||||||||
abstract void |
setIsRulersOn(boolean value)
Sets whether the rulers for the document should be on.
| ||||||||||
abstract void |
setIsSectionDividersOn(boolean value)
Sets whether the section divider for the document should be on.
| ||||||||||
abstract void |
setSelections(String selections)
Sets the the comma seperated list of client side selections
| ||||||||||
abstract void |
setViewerScroll(String scrollPosition)
Set the scroll top and left for the viewer.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constat that represents the default view mode
Constat that represents that the RWD is in NON EDITABLE view mode
Constat that represents that the RWD is in EDITABLE view mode
Converts an IVE document to a Report Services Document
This method is deprecated.
please use getAvailableViewMedia
Return the current available view modes.
This method is deprecated.
please use getCurrentViewMedia
Return the current view mode.
Returns the view mode of the RW frame bean (a value from EnumReportViewModes)
This method is deprecated.
Use getCurrentViewMedia instead.
Returns current view mode of the RWD with respect to editable or non editable
Returns whether a dataset hs been added to the RW frame bean
Returns whether the view mode of the RW frame bean (a value from EnumReportViewModes) is equal to ReportViewModeDesign
Get the Prompts Container Bean.
Returns the RW bean associated with this RW frame bean.
Returns the ObjectBrowser bean associated with this RW frame bean.
Returns the comma seperated list of client side selections
Returns the scroll top and left for the viewer. It is stored in a comma seperated format with the scroll top followed by the scroll left.
This method is deprecated.
please use setCurrentViewMedia
Set the current view mode.
Sets the view mode of the RW frame bean (a value from EnumReportViewModes)
designMode | the view mode of the RW frame bean (a value from EnumReportViewModes) |
---|
This method is deprecated.
Use setCurrentViewMedia instead.
Sets the current view mode of the RWD with respect to editable or non editable
value | The current view mode of the RWD with respect to editable or non editable |
---|
Sets whether the alignment grid for the document should be on.
value | true if on. |
---|
Sets the the value of isDatasetAdded
isDatasetAdded | The boolean value indicating whether a dataset object has been added to the frame bean |
---|
Sets whether the rulers for the document should be on.
value | true if on. |
---|
Sets whether the section divider for the document should be on.
value | true if on. |
---|
Sets the the comma seperated list of client side selections
selections | The comma seperated list of client side selections |
---|
Set the scroll top and left for the viewer. It is stored in a comma seperated format with the scroll top followed by the scroll left.
scrollPosition | The comma seperated value of the viewer top scroll and viewer left scroll |
---|