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();
}
Aggregations