Interface DatabaseSchemaExplorerView
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<DatabaseSchemaExplorerView.Presenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<DatabaseSchemaExplorerView.Presenter>
- All Known Implementing Classes:
DatabaseSchemaExplorerViewImpl
public interface DatabaseSchemaExplorerView extends org.uberfire.client.mvp.UberElement<DatabaseSchemaExplorerView.Presenter>, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDatabaseSchemaExplorerView.Handlerstatic interfaceDatabaseSchemaExplorerView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidredraw()voidsetDataProvider(com.google.gwt.view.client.AsyncDataProvider<DatabaseSchemaRow> dataProvider)
-
-
-
Method Detail
-
setDataProvider
void setDataProvider(com.google.gwt.view.client.AsyncDataProvider<DatabaseSchemaRow> dataProvider)
-
redraw
void redraw()
-
-