Package org.uberfire.ssh.client.editor
Class SSHKeysEditorScreen
- java.lang.Object
-
- org.uberfire.ssh.client.editor.SSHKeysEditorScreen
-
@ApplicationScoped public class SSHKeysEditorScreen extends Object
-
-
Constructor Summary
Constructors Constructor Description SSHKeysEditorScreen(SSHKeysEditor editor, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()org.jboss.errai.common.client.api.elemental2.IsElementgetView()voidonOpen()
-
-
-
Field Detail
-
SCREEN_ID
public static final String SCREEN_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SSHKeysEditorScreen
@Inject public SSHKeysEditorScreen(SSHKeysEditor editor, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
onOpen
public void onOpen()
-
getView
public org.jboss.errai.common.client.api.elemental2.IsElement getView()
-
getTitle
public String getTitle()
-
-