Class PrintCommand
- java.lang.Object
 - 
- org.pentaho.mantle.client.commands.PrintCommand
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class PrintCommand extends Object implements com.google.gwt.user.client.Command
 
- 
- 
Constructor Summary
Constructors Constructor Description PrintCommand() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()static voidprintFrame(String elementId)This method will print the frame with the given element id. 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute()
- Specified by:
 executein interfacecom.google.gwt.user.client.Command- Specified by:
 executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
 
- 
printFrame
public static void printFrame(String elementId)
This method will print the frame with the given element id.- Parameters:
 elementId-
 
 - 
 
 -