|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.dataaccess.datasource.wizard.GwtDatasourceEditor
public class GwtDatasourceEditor
GWT implementation of a datasource editor. Constructor takes all external dependencies. Dialog is shown/hidden via
the DialogController
.
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 | |
---|---|
GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService,
IXulAsyncConnectionService connectionService,
AsyncConstructorListener constructorListener)
|
|
GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService,
IXulAsyncConnectionService connectionService,
AsyncConstructorListener constructorListener,
boolean checkHasAccess)
|
Method Summary | |
---|---|
void |
addConnectionDialogListener(ConnectionDialogListener listener)
|
void |
addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<org.pentaho.metadata.model.Domain> listener)
Specified by DialogController . |
DatasourceModel |
getDatasourceModel()
|
void |
hideDialog()
Specified by DialogController . |
void |
overlayLoaded()
Specified by IXulLoaderCallback . |
void |
overlayRemoved()
Specified by IXulLoaderCallback . |
void |
removeConnectionDialogListener(ConnectionDialogListener listener)
|
void |
removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<org.pentaho.metadata.model.Domain> listener)
Specified by DialogController . |
void |
showDialog()
Specified by DialogController . |
void |
showEditDialog(String domainId,
String modelId)
|
void |
xulLoaded(GwtXulRunner runner)
Specified by IXulLoaderCallback . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService, AsyncConstructorListener constructorListener)
public GwtDatasourceEditor(IXulAsyncDatasourceService datasourceService, IXulAsyncConnectionService connectionService, AsyncConstructorListener constructorListener, boolean checkHasAccess)
Method Detail |
---|
public void addConnectionDialogListener(ConnectionDialogListener listener)
public void removeConnectionDialogListener(ConnectionDialogListener listener)
public void overlayLoaded()
IXulLoaderCallback
.
public void overlayRemoved()
IXulLoaderCallback
.
public void xulLoaded(GwtXulRunner runner)
IXulLoaderCallback
.
public DatasourceModel getDatasourceModel()
public void addDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<org.pentaho.metadata.model.Domain> listener)
DialogController
.
addDialogListener
in interface org.pentaho.ui.xul.util.DialogController<org.pentaho.metadata.model.Domain>
public void hideDialog()
DialogController
.
hideDialog
in interface org.pentaho.ui.xul.util.DialogController<org.pentaho.metadata.model.Domain>
public void removeDialogListener(org.pentaho.ui.xul.util.DialogController.DialogListener<org.pentaho.metadata.model.Domain> listener)
DialogController
.
removeDialogListener
in interface org.pentaho.ui.xul.util.DialogController<org.pentaho.metadata.model.Domain>
public void showDialog()
DialogController
.
showDialog
in interface org.pentaho.ui.xul.util.DialogController<org.pentaho.metadata.model.Domain>
public void showEditDialog(String domainId, String modelId)
showEditDialog
in interface IDatasourceEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |