Interface SSHKeysDisplayerView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SSHKeysDisplayerView.Presenter>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<SSHKeysDisplayerView.Presenter>
- All Known Implementing Classes:
SSHKeysDisplayerViewImpl
public interface SSHKeysDisplayerView extends org.uberfire.client.mvp.UberElemental<SSHKeysDisplayerView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSSHKeysDisplayerView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(SSHKeyEditor editor)voidclear()
-
-
-
Method Detail
-
clear
void clear()
-
add
void add(SSHKeyEditor editor)
-
-