com.microstrategy.web.app.beans.SaveObjectAsDialogBean |
Object Management Dialog bean
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract FolderBean |
getBrowserBean()
Returns a child project browser bean used to render browsing info
for copy, move and create shortcut actions.
| ||||||||||
abstract String |
getCloseAfterSaveEvent()
Returns the event URL to be executed if the user tries to save the object when prompted on
closing the object page.
| ||||||||||
abstract ConfirmOverwriteDialogBean | getConfirmOverwriteBean() | ||||||||||
abstract OMDCreateFolderBean |
getCreateFolderBean()
Returns the Crate Folder bean
| ||||||||||
abstract String |
getErrorMessage()
Indicates an error description when processing FormularBar events.
| ||||||||||
abstract String | getFolderId() | ||||||||||
abstract String |
getObjectDescription()
Gets dialog's description field value
| ||||||||||
abstract String |
getObjectId()
Returns an ID of the object the action applies to.
| ||||||||||
abstract String |
getObjectName()
Returns value of dialog's name field
| ||||||||||
abstract int | getObjectSubType() | ||||||||||
abstract int |
getObjectType()
Returns type of the object the action applies to.
| ||||||||||
abstract WebEvent |
getOpenCreateFolderDialogEvent()
Returns the Opend Create Folder Dialog event
| ||||||||||
abstract ConfirmOverwriteDialogBean | getRejectOverwriteBean() | ||||||||||
abstract String | getShouldReturn() | ||||||||||
abstract String | getToFolderId() | ||||||||||
abstract void | open() | ||||||||||
abstract boolean | saveAs(boolean overwrite) | ||||||||||
abstract void |
setBrowserFolderId(String childId)
Changes the current folder ID of the embedded browser bean.
| ||||||||||
abstract void |
setCloseAfterSaveEvent(String url)
Sets the event to be executed if the user tries to save the object when prompted on
closing the object page.
| ||||||||||
abstract void |
setErrorMessage(String errMssg)
Specify an error description when processing FormularBar events.
| ||||||||||
abstract void | setFolderId(String value) | ||||||||||
abstract void |
setObjectDescription(String value)
Sets dialog's description field value
| ||||||||||
abstract void |
setObjectId(String value)
Sets an ID of the object the action applies to.
| ||||||||||
abstract void |
setObjectName(String value)
Sets dialog's name field value
| ||||||||||
abstract void | setObjectSubType(int value) | ||||||||||
abstract void |
setObjectType(int value)
Sets type of the object the action applies to.
| ||||||||||
abstract void | setShouldReturn(String shouldReturn) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns a child project browser bean used to render browsing info for copy, move and create shortcut actions.
Returns the event URL to be executed if the user tries to save the object when prompted on closing the object page.
Returns the Crate Folder bean
Indicates an error description when processing FormularBar events.
Gets dialog's description field value
Returns an ID of the object the action applies to.
Returns value of dialog's name field
Returns type of the object the action applies to.
Returns the Opend Create Folder Dialog event
Changes the current folder ID of the embedded browser bean.
childId | new current folder ID. |
---|
Sets the event to be executed if the user tries to save the object when prompted on closing the object page. The url is stored as a string.
Specify an error description when processing FormularBar events.
errMssg | Localized error message. |
---|
Sets dialog's description field value
value | value |
---|
Sets an ID of the object the action applies to.
value | an ID of the object the action applies to. |
---|
Sets dialog's name field value
value | value |
---|
Sets type of the object the action applies to.
value | type of the object the action applies to. |
---|