Supported Bean: OMDCreateFolderBean

A bean for the Create Folder dialog

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanOMDCreateFolder (82)

Application bean type for the OMD create folder bean

Events

apply, cancel, closeEditor, ok, openEditor

apply
Event to execute the main action of the ReportEditor

17003

EnumFrameEditorEvents.WebEventApply

*childFolderName

argument specifying the name of the created child folder.

2005

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_FOLDER_NAME

childFolderDescription

argument specifying the description of the created child folder.

2006

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION

dontOpenNewFolder

Specifies not to open a new folder

2025

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER

cancel
Equivalent to close.

17005

EnumFrameEditorEvents.WebEventCancel

closeEditor
Event to close the ReportEditor

17002

EnumFrameEditorEvents.WebEventClose

ok
Event corresponding to apply and close.

17004

EnumFrameEditorEvents.WebEventOk

*childFolderName

argument specifying the name of the created child folder.

2005

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_FOLDER_NAME

childFolderDescription

argument specifying the description of the created child folder.

2006

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION

dontOpenNewFolder

Specifies not to open a new folder

2025

EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER

openEditor
Event to open the ReportEditor

17001

EnumFrameEditorEvents.WebEventOpen

targetName

Argument for specifying the name of the target for the event. Used by event EnumFrameEditorEvents.WebEventOpen

82001

EnumOMDCreateFolderEvents.OMDCreateFolderEventArgumentTargetName


Notes

* denotes required field.