com.microstrategy.web.app.beans.ObjectManipulationDialogBean |
Object Management Dialog bean
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ACT_COPY | Action code constant | |||||||||
int | ACT_CREATE_SHORTCUT | Action code constant | |||||||||
int | ACT_EXPORT_LINK | Action code constant | |||||||||
int | ACT_MOVE | Action code constant | |||||||||
int | ACT_PROPERTIES | Action code constant | |||||||||
int | ACT_RENAME | Action code constant | |||||||||
int | ACT_SHOW_ERROR |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAction()
Retuns action code.
| ||||||||||
abstract FolderBean |
getBrowserBean()
Returns a child project browser bean used to render browsing info
for copy, move and create shortcut actions.
| ||||||||||
abstract boolean |
getCertified()
Gets dialog's certified filed value
| ||||||||||
abstract OMDCreateFolderBean |
getCreateFolderBean()
Returns the Crate Folder bean
| ||||||||||
abstract String |
getDescriptionField()
Gets dialog's description field value
| ||||||||||
abstract String |
getErrorMessage()
Indicates an error description when processing FormularBar events.
| ||||||||||
abstract FolderBean |
getFolderBean()
Returns target folder bean
| ||||||||||
abstract String | getIconField() | ||||||||||
abstract String |
getNameField()
Returns value of dialog's name field
| ||||||||||
abstract WebObjectInfo |
getObject()
Returns the object the action applies to.
| ||||||||||
abstract String |
getObjectId()
Returns an ID of the object the action applies to.
| ||||||||||
abstract int |
getObjectType()
Returns type of the object the action applies to.
| ||||||||||
abstract WebEvent |
getOpenCreateFolderDialogEvent()
Returns the Opend Create Folder Dialog event
| ||||||||||
abstract RWProjectBrowserTabBean |
getProjectBrowserBean()
This method is deprecated.
The bean is now associated witha second folder bean for
project browsing. Use getBrowserBean instead.
| ||||||||||
abstract String | getRootObjectID() | ||||||||||
abstract boolean | getShowTarget() | ||||||||||
abstract WebObjectInfo |
getTargetObject()
We need this method to deal correctly with shortcut object.
| ||||||||||
abstract boolean | isCopyNameTrans() | ||||||||||
abstract void |
onOpen(int action, String objectId, int objectType)
Initialozes bin when it's open
| ||||||||||
abstract void |
setAction(int value)
Sets action code.
| ||||||||||
abstract void |
setBrowserFolderId(String childId)
Changes the current folder ID of the embedded browser bean.
| ||||||||||
abstract void |
setCertified(boolean value)
Sets dialog's certified filed value
| ||||||||||
abstract void |
setCopyNameTrans(boolean value)
Sets dialog's copyNameTranslations check box value
| ||||||||||
abstract void |
setDescriptionField(String value)
Sets dialog's description field value
| ||||||||||
abstract void |
setErrorMessage(String errMssg)
Specify an error description when processing FormularBar events.
| ||||||||||
abstract void |
setIconField(String value)
Sets dialog's icon field value
| ||||||||||
abstract void |
setNameField(String value)
Sets dialog's name field value
| ||||||||||
abstract void |
setObjectId(String value)
Sets an ID of the object the action applies to.
| ||||||||||
abstract void |
setObjectType(int value)
Sets type of the object the action applies to.
| ||||||||||
abstract void |
toggleShowTarget()
Toggle the value of the show target property
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Action code constant
Action code constant
Action code constant
Action code constant
Action code constant
Action code constant
Retuns action code.
Returns a child project browser bean used to render browsing info for copy, move and create shortcut actions.
Gets dialog's certified filed value
Returns the Crate Folder bean
Gets dialog's description field value
Indicates an error description when processing FormularBar events.
Returns value of dialog's name field
Returns the object the action applies to.
Returns an ID of the object the action applies to.
Returns type of the object the action applies to.
Returns the Opend Create Folder Dialog event
This method is deprecated.
The bean is now associated witha second folder bean for
project browsing. Use getBrowserBean instead.
Returns a child project browser bean used to render browsing info for copy, move and create shortcut actions.
We need this method to deal correctly with shortcut object. When user performs certain aciotns on shortcut objects thosw actions really apply to the shortcut's target object.
Initialozes bin when it's open
action | action code |
---|---|
objectId | object ID |
objectType | object type |
Sets action code.
value | action code. |
---|
Changes the current folder ID of the embedded browser bean.
childId | new current folder ID. |
---|
Sets dialog's certified filed value
value | value |
---|
Sets dialog's copyNameTranslations check box value
value | value |
---|
Sets dialog's description field value
value | value |
---|
Specify an error description when processing FormularBar events.
errMssg | Localized error message. |
---|
Sets dialog's icon field value
value | value |
---|
Sets dialog's name 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 type of the object the action applies to.
value | type of the object the action applies to. |
---|
Toggle the value of the show target property