Supported Bean: ReportWorkingSetBrowserTabBean
Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanReportWorkingSetBrowserTab (76)
Events
modifyGrid | ||||
Identifier for the event that allows users to modify the contents on the grid given the objects shown on the Object Browser. |
27005 | |||
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 | ||
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:
ObjectID ExpressionHelper.ITEM_SEPARATOR ObjectType ExpressionHelper.ITEM_SEPARATOR ObjectSubtype ExpressionHelper.ITEM_SEPARATOR ObjectAlias ExpressionHelper.ITEM_SEPARATOR ObjectName |
27010 | ||
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 |
Notes
* denotes required field.