Class SSHKeysEditorViewImpl
- java.lang.Object
-
- org.uberfire.ssh.client.editor.component.SSHKeysEditorViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,org.uberfire.client.mvp.HasPresenter<SSHKeysEditorView.Presenter>,org.uberfire.client.mvp.UberElemental<SSHKeysEditorView.Presenter>,SSHKeysEditorView
@Templated public class SSHKeysEditorViewImpl extends Object implements SSHKeysEditorView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.ssh.client.editor.component.SSHKeysEditorView
SSHKeysEditorView.Presenter
-
-
Constructor Summary
Constructors Constructor Description SSHKeysEditorViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidinit(SSHKeysEditorView.Presenter presenter)voidshow(elemental2.dom.HTMLElement element)
-
-
-
Method Detail
-
init
public void init(SSHKeysEditorView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<SSHKeysEditorView.Presenter>
-
clear
public void clear()
- Specified by:
clearin interfaceSSHKeysEditorView
-
show
public void show(elemental2.dom.HTMLElement element)
- Specified by:
showin interfaceSSHKeysEditorView
-
-