Class OpenDocCommand

java.lang.Object
org.pentaho.mantle.client.commands.AbstractCommand
org.pentaho.mantle.client.commands.OpenDocCommand
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

public class OpenDocCommand extends org.pentaho.mantle.client.commands.AbstractCommand
Executes the Open Document command.
Author:
nbaker / dkincade
  • Constructor Details

    • OpenDocCommand

      public OpenDocCommand()
  • Method Details

    • performOperation

      protected void performOperation()
      Executes the command to open the help documentation. Based on the subscription setting, the document being opened will be the CE version of the document or the EE version of the document.
      Specified by:
      performOperation in class org.pentaho.mantle.client.commands.AbstractCommand
    • performOperation

      protected void performOperation(boolean feedback)
      Specified by:
      performOperation in class org.pentaho.mantle.client.commands.AbstractCommand