Class DatabaseSchemaExplorerViewImpl
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.client.dbexplorer.schemas.DatabaseSchemaExplorerViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,DatabaseSchemaExplorerView,org.uberfire.client.mvp.HasPresenter<DatabaseSchemaExplorerView.Presenter>,org.uberfire.client.mvp.UberElement<DatabaseSchemaExplorerView.Presenter>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class DatabaseSchemaExplorerViewImpl extends Object implements DatabaseSchemaExplorerView, org.jboss.errai.ui.client.local.api.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.screens.datasource.management.client.dbexplorer.schemas.DatabaseSchemaExplorerView
DatabaseSchemaExplorerView.Handler, DatabaseSchemaExplorerView.Presenter
-
-
Constructor Summary
Constructors Constructor Description DatabaseSchemaExplorerViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhideBusyIndicator()voidinit(DatabaseSchemaExplorerView.Presenter presenter)voidredraw()voidsetDataProvider(com.google.gwt.view.client.AsyncDataProvider<DatabaseSchemaRow> dataProvider)voidshowBusyIndicator(String message)
-
-
-
Method Detail
-
init
public void init(DatabaseSchemaExplorerView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<DatabaseSchemaExplorerView.Presenter>
-
setDataProvider
public void setDataProvider(com.google.gwt.view.client.AsyncDataProvider<DatabaseSchemaRow> dataProvider)
- Specified by:
setDataProviderin interfaceDatabaseSchemaExplorerView
-
redraw
public void redraw()
- Specified by:
redrawin interfaceDatabaseSchemaExplorerView
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-