com.microstrategy.web.app.beans.EnumObjectSelectionBeanEvents |
This interface contains those events for a ObjectSelectionBean
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebEventAddSelections | This event will add selections to the current list. | |||||||||
int | WebEventArgumentAcceptSelections | This argument tells whether the selections should be "accepted" - i.e. | |||||||||
int | WebEventArgumentSelectionList | This argument represents the selection list. | |||||||||
int | WebEventCancelSelector | This event will cancel the selector, removing any changes made and closing the bean. | |||||||||
int | WebEventRemoveSelections | This event will remove selections from the current list. | |||||||||
int | WebEventUpdateSelections | This event is used to update and/or accept selections. |
This event will add selections to the current list. Takes one argument - WebEventArugmentSelectionList, which contains the items to add.
This argument tells whether the selections should be "accepted" - i.e. whether they should be propagated from the list back to the source object. If this is "1", then the selections should be accepted, otherwise, they will not be.
This argument represents the selection list. The value should be a string formatted as: Object ID + ITEM_SEPARATOR
+ Object type + ITEM_SEPARATOR
+ object name. If there
is more than one item in the list, then each item should be separated by UNIT_SEPARATOR
.
This event will cancel the selector, removing any changes made and closing the bean.
This event will remove selections from the current list. Takes one argument - WebEventArugmentSelectionList, which contains the items to remove.
This event is used to update and/or accept selections. If the argument WebEventArgumentSelectionList is provided, then the given list will replace the currently defined list. If the argument WebEventArgumentAcceptSelections is provided as "1", then the list will be "accepted", and propagated back to the original source.