public interface ConflictingRepositoriesPopupView extends org.uberfire.client.mvp.UberView<ConflictingRepositoriesPopupView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConflictingRepositoriesPopupView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
addOKButton() |
void |
addOverrideButton(org.uberfire.mvp.Command command) |
void |
clear() |
void |
hide() |
void |
setContent(GAV gav,
Set<MavenRepositoryMetadata> repositories) |
void |
show() |
void clear()
void setContent(GAV gav, Set<MavenRepositoryMetadata> repositories)
void addOKButton()
void addOverrideButton(org.uberfire.mvp.Command command)
void show()
void hide()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.