org.pentaho.platform.dataaccess.datasource.wizard
Class GwtDatasourceEditorEntryPoint
java.lang.Object
org.pentaho.platform.dataaccess.datasource.wizard.GwtDatasourceEditorEntryPoint
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
public class GwtDatasourceEditorEntryPoint
- extends java.lang.Object
- implements com.google.gwt.core.client.EntryPoint
Creates the singleton datasource wizard and sets up native JavaScript functions to show the wizard.
Method Summary |
void |
initDashboardButtons(boolean val)
|
void |
onModuleLoad()
|
void |
showConfirm(com.google.gwt.core.client.JavaScriptObject callback,
java.lang.String message,
java.lang.String title,
java.lang.String okText,
java.lang.String cancelText)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GwtDatasourceEditorEntryPoint
public GwtDatasourceEditorEntryPoint()
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
initDashboardButtons
public void initDashboardButtons(boolean val)
showConfirm
public void showConfirm(com.google.gwt.core.client.JavaScriptObject callback,
java.lang.String message,
java.lang.String title,
java.lang.String okText,
java.lang.String cancelText)
throws org.pentaho.ui.xul.XulException
- Throws:
org.pentaho.ui.xul.XulException