Search in sources :

Example 1 with SaveCommand

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

the class MantleModel method executeSaveAsCommand.

@Bindable
public void executeSaveAsCommand() {
    SaveCommand saveAsCommand = new SaveCommand(true);
    saveAsCommand.execute();
}
Also used : SaveCommand(org.pentaho.mantle.client.commands.SaveCommand) Bindable(org.pentaho.ui.xul.stereotype.Bindable)

Example 2 with SaveCommand

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

the class MantleModel method executeSaveCommand.

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

Aggregations

SaveCommand (org.pentaho.mantle.client.commands.SaveCommand)2 Bindable (org.pentaho.ui.xul.stereotype.Bindable)2