Supported Bean: DrillFilterEditorBean

This is the editor which enables the user to perform a filter on selections action on the report grid. The user can choose as to what objects he wants to see on the grid by selecting them and then using this edotor. Extends the ReportFrameElement, defines no extra properties.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanDrillFilterEditor (30)

Application bean type for the Drill Filter Editor bean

Events

apply, cancel, closeEditor, drillFilterEditorProcess, ok, openEditor, setTopLeft

apply
Event to execute the main action of the ReportEditor

17003

EnumFrameEditorEvents.WebEventApply

cancel
Equivalent to close.

17005

EnumFrameEditorEvents.WebEventCancel

closeEditor
Event to close the ReportEditor

17002

EnumFrameEditorEvents.WebEventClose

drillFilterEditorProcess
Event to process the Filter on Selections editor Form.

30001

EnumDrillFilterEditorEvents.WebEventDrillFilterEditorProcess

drillFilterElementList

Argument to specify the list of elements on which the user wants to do Filter on Selections. The list of elements is seperated by a seperator as specified in EnumReportBeanEvents.METRIC_ELEM_LIST_SEPARATOR. The Id of the element is retrieved from WebHeader.

30001

EnumDrillFilterEditorEvents.WebEventArgumentDrillFilterElementList

ok
Event corresponding to apply and close.

17004

EnumFrameEditorEvents.WebEventOk

openEditor
Event to open the ReportEditor

17001

EnumFrameEditorEvents.WebEventOpen

setTopLeft
Event for setting the top left position of the component

73001

EnumAppComponentEvents.WebEventSetTopLeftPosition

*left

Event argument to define the left (x) position of the component

73002

EnumAppComponentEvents.WebEventArgumentLeftPosition

*top

Event argument to define the top (y) position of the component

73001

EnumAppComponentEvents.WebEventArgumentTopPosition


Notes

* denotes required field.