public interface RepositoryStructureView
extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RepositoryStructureView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ConfigureScreenPopupViewImpl |
getConfigureScreenPopupView() |
RepositoryStructureDataView |
getDataView() |
ProjectModulesView |
getModulesView() |
PromoteScreenPopupViewImpl |
getPromoteScreenPopupView() |
ReleaseScreenPopupViewImpl |
getReleaseScreenPopupView() |
void |
setModel(RepositoryStructureModel model) |
void |
setModulesViewVisible(boolean visible) |
void |
setPresenter(RepositoryStructurePresenter repositoryStructurePresenter) |
void setPresenter(RepositoryStructurePresenter repositoryStructurePresenter)
RepositoryStructureDataView getDataView()
ProjectModulesView getModulesView()
void setModel(RepositoryStructureModel model)
void setModulesViewVisible(boolean visible)
void clear()
ReleaseScreenPopupViewImpl getReleaseScreenPopupView()
ConfigureScreenPopupViewImpl getConfigureScreenPopupView()
PromoteScreenPopupViewImpl getPromoteScreenPopupView()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.