org.pentaho.platform.dataaccess.datasource.ui.selectdialog
Class GwtDatasourceManageDialog

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.ui.selectdialog.GwtDatasourceSelectionDialog
      extended by org.pentaho.platform.dataaccess.datasource.ui.selectdialog.GwtDatasourceManageDialog
All Implemented Interfaces:
org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>

public class GwtDatasourceManageDialog
extends GwtDatasourceSelectionDialog

Created by IntelliJ IDEA. User: rfellows Date: Sep 28, 2010 Time: 1:46:58 PM To change this template use File | Settings | File Templates.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.pentaho.ui.xul.util.DialogController
org.pentaho.ui.xul.util.DialogController.DialogListener<T>
 
Constructor Summary
GwtDatasourceManageDialog(IXulAsyncDatasourceService datasourceService, EmbeddedWizard gwtDatasourceEditor,  constructorListener)
           
 
Method Summary
 void showDialog()
          Specified by DialogController.
 
Methods inherited from class org.pentaho.platform.dataaccess.datasource.ui.selectdialog.GwtDatasourceSelectionDialog
addDialogListener, hideDialog, overlayLoaded, overlayRemoved, removeDialogListener, xulLoaded
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtDatasourceManageDialog

public GwtDatasourceManageDialog(IXulAsyncDatasourceService datasourceService,
                                 EmbeddedWizard gwtDatasourceEditor,
                                  constructorListener)
Method Detail

showDialog

public void showDialog()
Specified by DialogController.

Specified by:
showDialog in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>
Overrides:
showDialog in class GwtDatasourceSelectionDialog