@Dependent public class NewSSHKeyModal extends Object implements NewSSHKeyModalView.Presenter
| Constructor and Description |
|---|
NewSSHKeyModal(NewSSHKeyModalView view,
org.jboss.errai.common.client.api.Caller<SSHKeyEditorService> serviceCaller,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
void |
init(NewSSHKeyModalHandler handler) |
void |
notifyAdd(String name,
String key) |
void |
notifyCancel() |
void |
show() |
@Inject public NewSSHKeyModal(NewSSHKeyModalView view, org.jboss.errai.common.client.api.Caller<SSHKeyEditorService> serviceCaller, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void init(NewSSHKeyModalHandler handler)
public void show()
public void notifyCancel()
notifyCancel in interface NewSSHKeyModalView.Presenterpublic void notifyAdd(String name, String key)
notifyAdd in interface NewSSHKeyModalView.Presenterpublic void hide()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.