Class DefExplorerContentViewImpl
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.client.explorer.common.DefExplorerContentViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,DefExplorerContentView,org.uberfire.client.mvp.HasPresenter<DefExplorerContentView.Presenter>,org.uberfire.client.mvp.UberElement<DefExplorerContentView.Presenter>
@Dependent @Templated public class DefExplorerContentViewImpl extends Object implements DefExplorerContentView, 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.explorer.common.DefExplorerContentView
DefExplorerContentView.Handler, DefExplorerContentView.Presenter
-
-
Constructor Summary
Constructors Constructor Description DefExplorerContentViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataSourceItem(DefItem item)voidaddDriverItem(DefItem item)voidclear()voidclearDataSources()voidclearDrivers()org.uberfire.mvp.PlaceRequestcreateEditorPlaceRequest(org.uberfire.backend.vfs.Path path)org.uberfire.mvp.PlaceRequestcreateScreenPlaceRequest(String identifier)voidinit(DefExplorerContentView.Presenter presenter)
-
-
-
Method Detail
-
init
public void init(DefExplorerContentView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<DefExplorerContentView.Presenter>
-
addDataSourceItem
public void addDataSourceItem(DefItem item)
- Specified by:
addDataSourceItemin interfaceDefExplorerContentView
-
addDriverItem
public void addDriverItem(DefItem item)
- Specified by:
addDriverItemin interfaceDefExplorerContentView
-
clear
public void clear()
- Specified by:
clearin interfaceDefExplorerContentView
-
clearDataSources
public void clearDataSources()
- Specified by:
clearDataSourcesin interfaceDefExplorerContentView
-
clearDrivers
public void clearDrivers()
- Specified by:
clearDriversin interfaceDefExplorerContentView
-
createEditorPlaceRequest
public org.uberfire.mvp.PlaceRequest createEditorPlaceRequest(org.uberfire.backend.vfs.Path path)
- Specified by:
createEditorPlaceRequestin interfaceDefExplorerContentView
-
createScreenPlaceRequest
public org.uberfire.mvp.PlaceRequest createScreenPlaceRequest(String identifier)
- Specified by:
createScreenPlaceRequestin interfaceDefExplorerContentView
-
-