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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
static void
printFrame
(String elementId) This method will print the frame with the given element id.
-
Constructor Details
-
PrintCommand
public PrintCommand()
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfacecom.google.gwt.user.client.Command
- Specified by:
execute
in interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
-
printFrame
This method will print the frame with the given element id.- Parameters:
elementId
-
-