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() |
void |
clear() |
void |
hide() |
void |
setContent(GAV gav,
Set<MavenRepositoryMetadata> repositories) |
void |
show() |
init
void clear()
void setContent(GAV gav, Set<MavenRepositoryMetadata> repositories)
void addOKButton()
void addOverrideButton()
void show()
void hide()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.