public class OpenKettleStatusCommand
extends org.pentaho.mantle.client.commands.AbstractCommand
| Constructor and Description |
|---|
OpenKettleStatusCommand() |
| Modifier and Type | Method and Description |
|---|---|
static void |
openNewWindow(String url,
String wname,
boolean forceFocus)
This method open a new browser tab with the provided url and set the focus to it
http://stackoverflow.com/questions/3311293/javascript-bring-window-to-front-if-already-open-in-window-open#answer-24418324
".focus() command is likely not going to work in all browsers.
|
protected void |
performOperation()
Executes the command to open the kettle status page.
|
protected void |
performOperation(boolean feedback) |
protected void performOperation()
performOperation in class org.pentaho.mantle.client.commands.AbstractCommandprotected void performOperation(boolean feedback)
performOperation in class org.pentaho.mantle.client.commands.AbstractCommandpublic static void openNewWindow(String url, String wname, boolean forceFocus)
url - URL address to openwname - window name to apply for the new window to be openCopyright © 2021 Hitachi Vantara. All rights reserved.