|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.DialogState
public final class DialogState
Object responsible for holding the current state of an active dialog.
Constructor Summary | |
---|---|
DialogState(DialogsConfigElement.DialogConfig config,
IDialogBean dialog)
Default constructor |
Method Summary | |
---|---|
DialogsConfigElement.DialogConfig |
getConfig()
Returns the configuration for the dialog |
IDialogBean |
getDialog()
Returns the bean representing the dialog instance |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DialogState(DialogsConfigElement.DialogConfig config, IDialogBean dialog)
config
- The configuration for the dialogdialog
- The dialog bean instanceMethod Detail |
---|
public DialogsConfigElement.DialogConfig getConfig()
public IDialogBean getDialog()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |