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