public interface IDialogBean
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cancel()
Method handler called when the cancel button of the dialog is pressed
|
java.lang.String |
finish()
Method handler called when the finish button of the dialog is pressed
|
java.lang.String |
getActionsConfigId()
Returns the id of an action group to use for the main actions
|
java.lang.Object |
getActionsContext()
Returns the object to use as the context for the main and more
actions that may be configured by the dialog
|
java.util.List |
getAdditionalButtons()
Returns a list of additional buttons to display in the dialog.
|
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button
|
java.lang.String |
getContainerDescription()
Returns the description to be used for the dialog
|
java.lang.String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
java.lang.String |
getMoreActionsConfigId()
Returns the id of an action group to use for the more actions
|
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
boolean |
isFinished()
Determines whether the has finished
|
void |
restored()
Called when the dialog is restored after a nested dialog is closed
|
void init(java.util.Map parameters)
parameters - Map of parameters for the dialogvoid restored()
java.lang.String cancel()
java.lang.String finish()
java.util.List getAdditionalButtons()
java.lang.String getCancelButtonLabel()
java.lang.String getFinishButtonLabel()
boolean getFinishButtonDisabled()
java.lang.String getContainerTitle()
If this returns null the DialogManager will lookup the title via the dialog configuration
java.lang.String getContainerSubTitle()
If this returns null the DialogManager will lookup the subtitle via the dialog configuration
java.lang.String getContainerDescription()
If this returns null the DialogManager will lookup the description via the dialog configuration
java.lang.Object getActionsContext()
java.lang.String getActionsConfigId()
java.lang.String getMoreActionsConfigId()
boolean isFinished()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.