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

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.ui.selectdialog.GwtDatasourceSelectionDialog
Direct Known Subclasses:
GwtDatasourceManageDialog

public class GwtDatasourceSelectionDialog
extends Object


Constructor Summary
GwtDatasourceSelectionDialog(IXulAsyncDatasourceService datasourceService, EmbeddedWizard gwtDatasourceEditor,  constructorListener)
           
 
Method Summary
 void addDialogListener( listener)
          Specified by DialogController.
 void hideDialog()
          Specified by DialogController.
 void overlayLoaded()
          Specified by IXulLoaderCallback.
 void overlayRemoved()
          Specified by IXulLoaderCallback.
 void removeDialogListener( listener)
          Specified by DialogController.
 void showDialog()
          Specified by DialogController.
 void xulLoaded(GwtXulRunner runner)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtDatasourceSelectionDialog

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

overlayLoaded

public void overlayLoaded()
Specified by IXulLoaderCallback.


overlayRemoved

public void overlayRemoved()
Specified by IXulLoaderCallback.


xulLoaded

public void xulLoaded(GwtXulRunner runner)

addDialogListener

public void addDialogListener( listener)
Specified by DialogController.


hideDialog

public void hideDialog()
Specified by DialogController.


removeDialogListener

public void removeDialogListener( listener)
Specified by DialogController.


showDialog

public void showDialog()
Specified by DialogController.