org.alfresco.web.bean.dialog
Class DialogState

java.lang.Object
  extended by org.alfresco.web.bean.dialog.DialogState
All Implemented Interfaces:
java.io.Serializable

public final class DialogState
extends java.lang.Object
implements java.io.Serializable

Object responsible for holding the current state of an active dialog.

See Also:
Serialized Form

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

DialogState

public DialogState(DialogsConfigElement.DialogConfig config,
                   IDialogBean dialog)
Default constructor

Parameters:
config - The configuration for the dialog
dialog - The dialog bean instance
Method Detail

getConfig

public DialogsConfigElement.DialogConfig getConfig()
Returns the configuration for the dialog

Returns:
The dialog configuration

getDialog

public IDialogBean getDialog()
Returns the bean representing the dialog instance

Returns:
The dialog bean instance

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.