com.microstrategy.web.app.beans.DrillEditorBean |
![]() |
This is the editor which enables the end user to drill on a particular report. The advanced drill editor can also be opened from this editor for more advanced drilling functionality.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
getAdvancedDrillEditor()
Gets the drill editor display flag to show the Advanced Drill Editor.
| ||||||||||
abstract int |
getAdvancedDrillTitleAxis()
Gets the Axis type of the Title that is shown in the Advanced Drill Editor
| ||||||||||
abstract int |
getAdvancedDrillTitlePosition()
Gets the Position of the Title to be shown in the Advanced Drill Editor.
| ||||||||||
abstract String |
getDrillRetainParent()
Gets the value for retaining parent on drilling.
| ||||||||||
abstract String |
getDrillRetainThresholds()
Gets the value for retaining thresholds on drilling.
| ||||||||||
abstract boolean |
getPreselectDrillOptions()
Gets the value for the property of the editor that determines whether the options in the drill editor
will be pre-selected with the drill path of high importance.
| ||||||||||
abstract String |
getSelectedDrillDimension()
Gets the Dimension in the Advanced Drill Editor
| ||||||||||
abstract void |
setAdvancedDrillEditor(boolean flag)
Sets the drill editor display flag to show the Advanced Drill Editor.
| ||||||||||
abstract void |
setAdvancedDrillTitleAxis(int axis)
Set the Axis type of the Title to be shown in the Advanced Drill Editor
| ||||||||||
abstract void |
setAdvancedDrillTitlePosition(int position)
Set the Position of the Title to be shown in the Advanced Drill Editor.
| ||||||||||
abstract void |
setDrillRetainParent(String value)
Sets the value for retaining parent on drilling.
| ||||||||||
abstract void |
setDrillRetainThresholds(String value)
Sets the value for retaining thresholds on drilling.
| ||||||||||
abstract void |
setPreselectDrillOptions(boolean preselectDrillOptions)
Sets the value for the property of the editor that determines whether the options in the drill editor
will be pre-selected with the drill path of high importance.
| ||||||||||
abstract void |
setSelectedDrillDimension(String drillDimension)
Sets the Dimension to be shown in the in the Advanced Drill Editor
| ||||||||||
abstract void |
setShowUniqueDrillPaths(boolean showUniqueDrillPaths)
Sets the value for the property of the editor that determines whether the unique drill paths be shown in the
drill editor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the drill editor display flag to show the Advanced Drill Editor.
Gets the Axis type of the Title that is shown in the Advanced Drill Editor
Gets the Position of the Title to be shown in the Advanced Drill Editor. This is the position of the title with respect to the position of other titles on the same axis.
Gets the value for retaining parent on drilling.
Gets the value for retaining thresholds on drilling.
Gets the value for the property of the editor that determines whether the options in the drill editor will be pre-selected with the drill path of high importance. The default behavior will not preselect any option in the editor. To change this, add an init-property to the drill editor bean in the pageConfig.xml
boolean
value indicating if the options should be preselected or not.Gets the Dimension in the Advanced Drill Editor
Sets the drill editor display flag to show the Advanced Drill Editor.
flag | set to true for advanced drill |
---|
Set the Axis type of the Title to be shown in the Advanced Drill Editor
axis | The axis type of the title for which the Advanced Drill Editor is to be shown. |
---|
Set the Position of the Title to be shown in the Advanced Drill Editor. This is the position of the title with respect to the position of other titles on the same axis.
position | The position of the Title for the Advanced Drill Editor. |
---|
Sets the value for retaining parent on drilling.
value | The value for retaining the parent for drilling. |
---|
Sets the value for retaining thresholds on drilling. This could be one of the values from
DRILL_RETAIN_THRESHOLDS_NO
or
DRILL_RETAIN_THRESHOLDS_YES
or
DRILL_RETAIN_THRESHOLDS_USE_DRILL_PATH
value | The value for retaining the thresholds for drilling. |
---|
Sets the value for the property of the editor that determines whether the options in the drill editor will be pre-selected with the drill path of high importance. The default behavior will not preselect any option in the editor. To change this, add an init-property to the drill editor bean in the pageConfig.xml
preselectDrillOptions | boolean |
---|
Sets the Dimension to be shown in the in the Advanced Drill Editor
drillDimension | The value of the dimension to be shown in the Advanced Drill Editor |
---|
Sets the value for the property of the editor that determines whether the unique drill paths be shown in the drill editor. The default behavior will retain duplicate drill paths in the editor. To change this, change/add an init-property "showUniqueDrillPaths" to the drill editor bean in the pageConfig.xml
showUniqueDrillPaths | boolean |
---|