Class NewSSHKeyModal
- java.lang.Object
-
- org.uberfire.ssh.client.editor.component.creation.NewSSHKeyModal
-
- All Implemented Interfaces:
NewSSHKeyModalView.Presenter
@Dependent public class NewSSHKeyModal extends Object implements NewSSHKeyModalView.Presenter
-
-
Constructor Summary
Constructors Constructor Description NewSSHKeyModal(NewSSHKeyModalView view, org.jboss.errai.common.client.api.Caller<org.uberfire.ssh.service.shared.editor.SSHKeyEditorService> serviceCaller, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidinit(NewSSHKeyModalHandler handler)voidnotifyAdd(String name, String key)voidnotifyCancel()voidshow()
-
-
-
Constructor Detail
-
NewSSHKeyModal
@Inject public NewSSHKeyModal(NewSSHKeyModalView view, org.jboss.errai.common.client.api.Caller<org.uberfire.ssh.service.shared.editor.SSHKeyEditorService> serviceCaller, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
init
public void init(NewSSHKeyModalHandler handler)
-
show
public void show()
-
notifyCancel
public void notifyCancel()
- Specified by:
notifyCancelin interfaceNewSSHKeyModalView.Presenter
-
notifyAdd
public void notifyAdd(String name, String key)
- Specified by:
notifyAddin interfaceNewSSHKeyModalView.Presenter
-
hide
public void hide()
-
-