public interface NewSSHKeyModalView
Modifier and Type | Interface and Description |
---|---|
static interface |
NewSSHKeyModalView.Presenter |
Modifier and Type | Method and Description |
---|---|
void |
hide() |
void |
init(NewSSHKeyModalView.Presenter presenter) |
void |
resetValidation() |
void |
setKeyValidationError(String errorMessage) |
void |
setNameValidationError(String errorMessage) |
void |
show() |
void init(NewSSHKeyModalView.Presenter presenter)
void show()
void hide()
void resetValidation()
void setNameValidationError(String errorMessage)
void setKeyValidationError(String errorMessage)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.