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 int
ObjectManipulationEventArgumentAction
Argument for indicating the type of action requested when the editor was opened.static int
ObjectManipulationEventArgumentCertified
Argument indicating whether the object is certified.static int
ObjectManipulationEventArgumentCopyNameTranslations
Argument indicating whether to copy the non-primary name translations from the object being manipulated.static int
ObjectManipulationEventArgumentObjectDescr
Argument indicating the description of the object being manipulated.static int
ObjectManipulationEventArgumentObjectIcon
Argument indicating the icon of the object being manipulated.static int
ObjectManipulationEventArgumentObjectId
Argument indicating the target object id for the editor Used by eventEnumFrameEditorEvents.WebEventOpen
static int
ObjectManipulationEventArgumentObjectName
Argument indicating the name of the object being manipulated.static int
ObjectManipulationEventArgumentObjectType
Argument indicating the target object type for the editor Used by eventEnumFrameEditorEvents.WebEventOpen
static int
ObjectManipulationEventOpenCreateFolderDialog
Event for creating a new folderstatic int
ObjectManipulationEventToggleShowTargetFlag
Event 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 eventObjectManipulationEventOpenCreateFolderDialog
andEnumFrameEditorEvents.WebEventApply
andEnumFrameEditorEvents.WebEventOk
- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectDescr
static final int ObjectManipulationEventArgumentObjectDescr
Argument indicating the description of the object being manipulated. Used by eventObjectManipulationEventOpenCreateFolderDialog
andEnumFrameEditorEvents.WebEventApply
andEnumFrameEditorEvents.WebEventOk
- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentObjectIcon
static final int ObjectManipulationEventArgumentObjectIcon
Argument indicating the icon of the object being manipulated. Used by eventObjectManipulationEventOpenCreateFolderDialog
andEnumFrameEditorEvents.WebEventApply
andEnumFrameEditorEvents.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.WebEventApply
andEnumFrameEditorEvents.WebEventOk
- See Also:
- Constant Field Values
-
ObjectManipulationEventArgumentCertified
static final int ObjectManipulationEventArgumentCertified
Argument indicating whether the object is certified. Used by eventEnumFrameEditorEvents.WebEventApply
andEnumFrameEditorEvents.WebEventOk
- See Also:
- Constant Field Values
-
-