public interface ProjectDataSourceExplorerView extends org.uberfire.client.mvp.UberView<ProjectDataSourceExplorerView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProjectDataSourceExplorerView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectSelectorHandler(ProjectSelectorHandler handler) |
void |
clear() |
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.Project> projects,
org.guvnor.common.services.project.model.Project activeProject) |
void |
setDataSourceDefExplorer(DefExplorerContent defExplorerContent) |
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.Project> projects, org.guvnor.common.services.project.model.Project activeProject)
void clear()
void addProjectSelectorHandler(ProjectSelectorHandler handler)
void setDataSourceDefExplorer(DefExplorerContent defExplorerContent)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.