Search in sources :

Example 1 with OpenKettleStatusCommand

use of org.pentaho.mantle.client.commands.OpenKettleStatusCommand in project pentaho-platform by pentaho.

the class MantleModel method openKettleStatusPage.

@Bindable
public void openKettleStatusPage() {
    OpenKettleStatusCommand cmd = new OpenKettleStatusCommand();
    cmd.execute();
}
Also used : OpenKettleStatusCommand(org.pentaho.mantle.client.commands.OpenKettleStatusCommand) Bindable(org.pentaho.ui.xul.stereotype.Bindable)

Aggregations

OpenKettleStatusCommand (org.pentaho.mantle.client.commands.OpenKettleStatusCommand)1 Bindable (org.pentaho.ui.xul.stereotype.Bindable)1