Class SSHKeysEditorEmptyStateDisplayer
- java.lang.Object
-
- org.uberfire.ssh.client.editor.component.empty.SSHKeysEditorEmptyStateDisplayer
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,SSHKeysEditorEmptyStateDisplayerView.Presenter
@Dependent public class SSHKeysEditorEmptyStateDisplayer extends Object implements SSHKeysEditorEmptyStateDisplayerView.Presenter, org.jboss.errai.common.client.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description SSHKeysEditorEmptyStateDisplayer(SSHKeysEditorEmptyStateDisplayerView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()voidinit(org.uberfire.mvp.Command addCommand)voidnotifyAdd()
-
-
-
Constructor Detail
-
SSHKeysEditorEmptyStateDisplayer
@Inject public SSHKeysEditorEmptyStateDisplayer(SSHKeysEditorEmptyStateDisplayerView view)
-
-
Method Detail
-
init
public void init(org.uberfire.mvp.Command addCommand)
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement
-
notifyAdd
public void notifyAdd()
- Specified by:
notifyAddin interfaceSSHKeysEditorEmptyStateDisplayerView.Presenter
-
-