Interface ModuleDataSourceExplorerView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ModuleDataSourceExplorerView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<ModuleDataSourceExplorerView.Presenter>
- All Known Implementing Classes:
ModuleDataSourceExplorerViewImpl
public interface ModuleDataSourceExplorerView extends org.uberfire.client.mvp.UberView<ModuleDataSourceExplorerView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceModuleDataSourceExplorerView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddModuleSelectorHandler(ModuleSelectorHandler handler)voidclear()voidloadContent(Collection<org.guvnor.structure.organizationalunit.OrganizationalUnit> organizationalUnits, org.guvnor.structure.organizationalunit.OrganizationalUnit activeOrganizationalUnit, Collection<org.guvnor.structure.repositories.Repository> repositories, org.guvnor.structure.repositories.Repository activeRepository, Collection<org.guvnor.common.services.project.model.Module> modules, org.guvnor.common.services.project.model.Module activeModule)voidsetDataSourceDefExplorer(DefExplorerContent defExplorerContent)
-
-
-
Method Detail
-
loadContent
void loadContent(Collection<org.guvnor.structure.organizationalunit.OrganizationalUnit> organizationalUnits, org.guvnor.structure.organizationalunit.OrganizationalUnit activeOrganizationalUnit, Collection<org.guvnor.structure.repositories.Repository> repositories, org.guvnor.structure.repositories.Repository activeRepository, Collection<org.guvnor.common.services.project.model.Module> modules, org.guvnor.common.services.project.model.Module activeModule)
-
clear
void clear()
-
addModuleSelectorHandler
void addModuleSelectorHandler(ModuleSelectorHandler handler)
-
setDataSourceDefExplorer
void setDataSourceDefExplorer(DefExplorerContent defExplorerContent)
-
-