Interface DataSetExplorer.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DataSetExplorer>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DataSetExplorer>
- All Known Implementing Classes:
DataSetExplorerView
- Enclosing class:
- DataSetExplorer
public static interface DataSetExplorer.View extends org.uberfire.client.mvp.UberView<DataSetExplorer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSetExplorer.ViewaddPanel(DataSetPanel.View panelView)DataSetExplorer.Viewclear()
-
-
-
Method Detail
-
addPanel
DataSetExplorer.View addPanel(DataSetPanel.View panelView)
-
clear
DataSetExplorer.View clear()
-
-