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 Constructor Description OpenDocCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
performOperation()
Executes the command to open the help documentation.protected void
performOperation(boolean feedback)
-
-
-
Method Detail
-
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
-
-