public interface IDialogBean extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
cancel()
Method handler called when the cancel button of the dialog is pressed
|
String |
finish()
Method handler called when the finish button of the dialog is pressed
|
String |
getActionsConfigId()
Returns the id of an action group to use for the main actions
|
Object |
getActionsContext()
Returns the object to use as the context for the main and more
actions that may be configured by the dialog
|
List<DialogsConfigElement.DialogButtonConfig> |
getAdditionalButtons()
Returns a list of additional buttons to display in the dialog.
|
String |
getCancelButtonLabel()
Returns the label to use for the cancel button
|
String |
getContainerDescription()
Returns the description to be used for the dialog
|
String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
String |
getContainerTitle()
Returns the title to be used for the dialog
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
String |
getMoreActionsConfigId()
Returns the id of an action group to use for the more actions
|
void |
init(Map<String,String> 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(Map<String,String> parameters)
parameters
- Map of parameters for the dialogvoid restored()
String cancel()
String finish()
List<DialogsConfigElement.DialogButtonConfig> getAdditionalButtons()
String getCancelButtonLabel()
String getFinishButtonLabel()
boolean getFinishButtonDisabled()
String getContainerTitle()
If this returns null the DialogManager will lookup the title via the dialog configuration
String getContainerSubTitle()
If this returns null the DialogManager will lookup the subtitle via the dialog configuration
String getContainerDescription()
If this returns null the DialogManager will lookup the description via the dialog configuration
Object getActionsContext()
String getActionsConfigId()
String getMoreActionsConfigId()
boolean isFinished()
Copyright © 2005–2017 Alfresco Software. All rights reserved.