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

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

public class GwtDatasourceSelectionDialog
extends Object
implements org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>


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
GwtDatasourceSelectionDialog(IXulAsyncDatasourceService datasourceService, EmbeddedWizard gwtDatasourceEditor,  constructorListener)
           
 
Method Summary
 void addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
          Specified by DialogController.
 void hideDialog()
          Specified by DialogController.
 void overlayLoaded()
          Specified by IXulLoaderCallback.
 void overlayRemoved()
          Specified by IXulLoaderCallback.
 void removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> 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(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
Specified by DialogController.

Specified by:
addDialogListener in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>

hideDialog

public void hideDialog()
Specified by DialogController.

Specified by:
hideDialog in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>

removeDialogListener

public void removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<LogicalModelSummary> listener)
Specified by DialogController.

Specified by:
removeDialogListener in interface org.pentaho.ui.xul.util.DialogController<LogicalModelSummary>

showDialog

public void showDialog()
Specified by DialogController.

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