com.microstrategy.web.app.beans.EnumObjectManipulationDialogEvents |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ObjectManipulationEventArgumentAction | Argument for indicating the type of action requested when the editor was opened. | |||||||||
int | ObjectManipulationEventArgumentCertified | Argument indicating whether the object is certified. | |||||||||
int | ObjectManipulationEventArgumentCopyNameTranslations | Argument indicating whether to copy the non-primary name translations from the object being manipulated. | |||||||||
int | ObjectManipulationEventArgumentObjectDescr | Argument indicating the description of the object being manipulated. | |||||||||
int | ObjectManipulationEventArgumentObjectIcon | Argument indicating the icon of the object being manipulated. | |||||||||
int | ObjectManipulationEventArgumentObjectId | Argument indicating the target object id for the editor
Used by event WebEventOpen
|
|||||||||
int | ObjectManipulationEventArgumentObjectName | Argument indicating the name of the object being manipulated. | |||||||||
int | ObjectManipulationEventArgumentObjectType | Argument indicating the target object type for the editor
Used by event WebEventOpen
|
|||||||||
int | ObjectManipulationEventOpenCreateFolderDialog | Event for creating a new folder | |||||||||
int | ObjectManipulationEventToggleShowTargetFlag | Event for toggling the show target flag. |
Argument for indicating the type of action requested when the editor
was opened. Possible values include ACT_PROPERTIES
,
ACT_COPY
, etc.
Used by event WebEventOpen
Argument indicating whether the object is certified.
Used by event WebEventApply
and WebEventOk
Argument indicating whether to copy the non-primary name translations from the object being manipulated.
Used by event WebEventApply
and WebEventOk
Argument indicating the description of the object being manipulated.
Used by event ObjectManipulationEventOpenCreateFolderDialog
and
WebEventApply
and WebEventOk
Argument indicating the icon of the object being manipulated.
Used by event ObjectManipulationEventOpenCreateFolderDialog
and
WebEventApply
and WebEventOk
Argument indicating the target object id for the editor
Used by event WebEventOpen
Argument indicating the name of the object being manipulated.
Used by event ObjectManipulationEventOpenCreateFolderDialog
and
WebEventApply
and WebEventOk
Argument indicating the target object type for the editor
Used by event WebEventOpen
Event for creating a new folder
Event for toggling the show target flag. No arguments