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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Executes the command to open the help documentation.protected void
performOperation
(boolean feedback) Methods inherited from class org.pentaho.mantle.client.commands.AbstractCommand
execute, execute, execute, execute, execute, performOperationAsync
-
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 classorg.pentaho.mantle.client.commands.AbstractCommand
-
performOperation
protected void performOperation(boolean feedback) - Specified by:
performOperation
in classorg.pentaho.mantle.client.commands.AbstractCommand
-