Supported Bean: FilterEditorBean

The FilterEditor Bean is representing the filter editor (including the filter details) for a report page. It's a subcomponent of ReportFrameBean. In design mode, the filter from working set (upper section) is editable, while the filter from report instance (lower section) is not editable. In execute mode, the filter from working set (upper section) is not editable, while the filter from report instance (lower section) is editable.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanFilterEditor (11)

Application bean type for the Filter Editor bean

Events

filterEditorProcess, setTopLeft

filterEditorProcess
Event for the filter editor form.
It's used in both execute mode (view filter editor) and design mode (report filter editor).

11001

EnumFilterEditorEvents.WebEventFilterEditorProcess

feApply

event argument: operator dropdown box name in HTML mode.
It's used to change operator between subexpressions among AND, OR, AND NOT, OR NOT.

11004

EnumFilterEditorEvents.WebEventArgumentFilterEditorOperatorDropDown

feCancel

11005

feForm

event argument: the HTML form name for the Filter Editor.

11001

EnumFilterEditorEvents.WebEventArgumentFilterEditorFormName

feGo

11003

feProcess_

event argument: prefix name for all the images for submitting the form.
The image names are composed as this prefix followed by the action id and other expression identification info.
For example, the image beside each subexpresson editor is named as:
argPrefix + L_ACTION_APPLY_EDIT_EXPRESSION + "_" + lKey

11002

EnumFilterEditorEvents.WebEventArgumentFilterEditorPrefix

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.