public final class DialogState extends Object implements Serializable
| Constructor and Description |
|---|
DialogState(DialogsConfigElement.DialogConfig config,
IDialogBean dialog)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
DialogsConfigElement.DialogConfig |
getConfig()
Returns the configuration for the dialog
|
IDialogBean |
getDialog()
Returns the bean representing the dialog instance
|
String |
toString() |
public DialogState(DialogsConfigElement.DialogConfig config, IDialogBean dialog)
config - The configuration for the dialogdialog - The dialog bean instancepublic DialogsConfigElement.DialogConfig getConfig()
public IDialogBean getDialog()
Copyright © 2005–2018 Alfresco Software. All rights reserved.