Supported Bean: ReportWorkingSetBrowserTabBean


Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanReportWorkingSetBrowserTab (76)

Application beantype for the Report WorkingSet Browser TabBean

Events

modifyGrid

modifyGrid
Identifier for the event that allows users to modify the contents on the grid given the objects shown on the Object Browser.

27005

EnumObjectBrowserBeanEvents.WebEventBrowserModifyGrid

addElement

Identifier for the argument that indicates an element shown on the object browser will be added to the grid. Usage:
Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the EnumObjectBrowserBeanEvents.WebEventArgumentObjectInfo argument.

27008

EnumObjectBrowserBeanEvents.WebEventArgumentAddElement

objectInfo

Identifier for the argument that indicates the information of the element to be added or removed. Usage:
The value assigned to this argument will be a string that holds the detailed information of the object to be used on the event. Each one of the fields listed will be separated by an ExpressionHelper.ITEM_SEPARATOR. and they should be added in the following order: ObjectIDExpressionHelper.ITEM_SEPARATORObjectTypeExpressionHelper.ITEM_SEPARATORObjectSubtypeExpressionHelper.ITEM_SEPARATORObjectAliasExpressionHelper.ITEM_SEPARATORObjectName

27010

EnumObjectBrowserBeanEvents.WebEventArgumentObjectInfo

removeElement

Identifier for the argument that indicates an element shown on the object browser will be removed. Usage:
Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the EnumObjectBrowserBeanEvents.WebEventArgumentObjectInfo argument.

27009

EnumObjectBrowserBeanEvents.WebEventArgumentRemoveElement


Notes

* denotes required field.