com.sdm.quasar.client.showcase.swing.portal
Class PortalDialogConfiguration

java.lang.Object
  extended bycom.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration

public class PortalDialogConfiguration
extends java.lang.Object

Configuration of the PortalDialog (passes as a creation context) which configures the navigation dialog in the left side of the portal window.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG

Constructor Summary
PortalDialogConfiguration(java.lang.String navigationDialogId, java.lang.Object navigationDialogConfiguration)
          Constructor.
 
Method Summary
 java.lang.Object getNavigationDialogConfiguration()
           
 java.lang.String getNavigationDialogId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDialogConfiguration

public PortalDialogConfiguration(java.lang.String navigationDialogId,
                                 java.lang.Object navigationDialogConfiguration)
Constructor.

Parameters:
navigationDialogId - the dialog id of the navigation dialog
navigationDialogConfiguration -
Method Detail

getNavigationDialogConfiguration

public java.lang.Object getNavigationDialogConfiguration()
Returns:
the creation context of the navigation dialog

getNavigationDialogId

public java.lang.String getNavigationDialogId()
Returns:
the dialog id of the navigation dialog