Interface SSHKeyEditorView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SSHKeyEditorView.Presenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<SSHKeyEditorView.Presenter>
- All Known Implementing Classes:
SSHKeyEditorViewImpl
public interface SSHKeyEditorView extends org.uberfire.client.mvp.UberElemental<SSHKeyEditorView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSSHKeyEditorView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidrender(org.uberfire.ssh.service.shared.editor.PortableSSHPublicKey key)
-