Package com.microstrategy.web.app.beans
Interface EnumObjectManipulationDialogEvents
-
public interface EnumObjectManipulationDialogEvents- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intObjectManipulationEventArgumentActionArgument for indicating the type of action requested when the editor was opened.static intObjectManipulationEventArgumentCertifiedArgument indicating whether the object is certified.static intObjectManipulationEventArgumentCopyNameTranslationsArgument indicating whether to copy the non-primary name translations from the object being manipulated.static intObjectManipulationEventArgumentObjectDescrArgument indicating the description of the object being manipulated.static intObjectManipulationEventArgumentObjectIconArgument indicating the icon of the object being manipulated.static intObjectManipulationEventArgumentObjectIdArgument indicating the target object id for the editor Used by eventEnumFrameEditorEvents.WebEventOpenstatic intObjectManipulationEventArgumentObjectNameArgument indicating the name of the object being manipulated.static intObjectManipulationEventArgumentObjectTypeArgument indicating the target object type for the editor Used by eventEnumFrameEditorEvents.WebEventOpenstatic intObjectManipulationEventOpenCreateFolderDialogEvent for creating a new folderstatic intObjectManipulationEventToggleShowTargetFlagEvent for toggling the show target flag.
-
-
-
Field Detail
-
ObjectManipulationEventOpenCreateFolderDialog
static final int ObjectManipulationEventOpenCreateFolderDialog
Event for creating a new folder- See Also:
- Constant Field Values
-
ObjectManipulationEventToggleShowTargetFlag
static final int ObjectManipulationEventToggleShowTargetFlag
Event for toggling the show target flag. No arguments- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentAction
static final int ObjectManipulationEventArgumentAction
Argument for indicating the type of action requested when the editor was opened. Possible values includeObjectManipulationDialogBean.ACT_PROPERTIES,ObjectManipulationDialogBean.ACT_COPY, etc. Used by eventEnumFrameEditorEvents.WebEventOpen- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectId
static final int ObjectManipulationEventArgumentObjectId
Argument indicating the target object id for the editor Used by eventEnumFrameEditorEvents.WebEventOpen- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectType
static final int ObjectManipulationEventArgumentObjectType
Argument indicating the target object type for the editor Used by eventEnumFrameEditorEvents.WebEventOpen- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectName
static final int ObjectManipulationEventArgumentObjectName
Argument indicating the name of the object being manipulated. Used by eventObjectManipulationEventOpenCreateFolderDialogandEnumFrameEditorEvents.WebEventApplyandEnumFrameEditorEvents.WebEventOk- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectDescr
static final int ObjectManipulationEventArgumentObjectDescr
Argument indicating the description of the object being manipulated. Used by eventObjectManipulationEventOpenCreateFolderDialogandEnumFrameEditorEvents.WebEventApplyandEnumFrameEditorEvents.WebEventOk- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectIcon
static final int ObjectManipulationEventArgumentObjectIcon
Argument indicating the icon of the object being manipulated. Used by eventObjectManipulationEventOpenCreateFolderDialogandEnumFrameEditorEvents.WebEventApplyandEnumFrameEditorEvents.WebEventOk- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentCopyNameTranslations
static final int ObjectManipulationEventArgumentCopyNameTranslations
Argument indicating whether to copy the non-primary name translations from the object being manipulated. Used by eventEnumFrameEditorEvents.WebEventApplyandEnumFrameEditorEvents.WebEventOk- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentCertified
static final int ObjectManipulationEventArgumentCertified
Argument indicating whether the object is certified. Used by eventEnumFrameEditorEvents.WebEventApplyandEnumFrameEditorEvents.WebEventOk- See Also:
- Constant Field Values
-
-