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