Class SSHKeyEditor
- java.lang.Object
-
- org.uberfire.ssh.client.editor.component.keys.key.SSHKeyEditor
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,SSHKeyEditorView.Presenter
@Dependent public class SSHKeyEditor extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement, SSHKeyEditorView.Presenter
-
-
Constructor Summary
Constructors Constructor Description SSHKeyEditor(SSHKeyEditorView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()elemental2.dom.HTMLElementgetElement()voidnotifyDelete()voidrender(org.uberfire.ssh.service.shared.editor.PortableSSHPublicKey key, org.uberfire.mvp.Command onDelete)
-
-
-
Constructor Detail
-
SSHKeyEditor
@Inject public SSHKeyEditor(SSHKeyEditorView view)
-
-
Method Detail
-
render
public void render(org.uberfire.ssh.service.shared.editor.PortableSSHPublicKey key, org.uberfire.mvp.Command onDelete)
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement
-
notifyDelete
public void notifyDelete()
- Specified by:
notifyDeletein interfaceSSHKeyEditorView.Presenter
-
clear
@PreDestroy public void clear()
-
-