Search in sources :

Example 1 with OpenDocCommand

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

the class MantleModel method openDocumentation.

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

Aggregations

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