public interface NewPluginPopUpView extends UberView<NewPluginPopUpView.Presenter>
Modifier and Type | Interface and Description |
---|---|
static interface |
NewPluginPopUpView.Presenter |
Modifier and Type | Method and Description |
---|---|
String |
duplicatedName() |
String |
emptyName() |
void |
handleNameValidationError(String errorMessage) |
void |
hide() |
String |
invalidName() |
void |
show(PluginType type) |
init
void show(PluginType type)
void hide()
String emptyName()
String invalidName()
String duplicatedName()
void handleNameValidationError(String errorMessage)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.