Search in sources :

Example 1 with PrintCommand

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

the class MantleModel method executePrintCommand.

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

Aggregations

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