Class SSHKeysEditorEmptyStateDisplayerViewImpl
- java.lang.Object
-
- org.uberfire.ssh.client.editor.component.empty.SSHKeysEditorEmptyStateDisplayerViewImpl
-
- 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<SSHKeysEditorEmptyStateDisplayerView.Presenter>,org.uberfire.client.mvp.UberElemental<SSHKeysEditorEmptyStateDisplayerView.Presenter>,SSHKeysEditorEmptyStateDisplayerView
@Templated public class SSHKeysEditorEmptyStateDisplayerViewImpl extends Object implements SSHKeysEditorEmptyStateDisplayerView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.ssh.client.editor.component.empty.SSHKeysEditorEmptyStateDisplayerView
SSHKeysEditorEmptyStateDisplayerView.Presenter
-
-
Constructor Summary
Constructors Constructor Description SSHKeysEditorEmptyStateDisplayerViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(SSHKeysEditorEmptyStateDisplayerView.Presenter presenter)voidonAdd(com.google.gwt.event.dom.client.ClickEvent event)
-
-
-
Method Detail
-
init
public void init(SSHKeysEditorEmptyStateDisplayerView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<SSHKeysEditorEmptyStateDisplayerView.Presenter>
-
onAdd
@EventHandler("add") public void onAdd(com.google.gwt.event.dom.client.ClickEvent event)
-
-