public class PrintCanvasTask extends ComponentTask
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
PrintCanvasTask() |
PrintCanvasTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static PrintCanvasTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
PrintProperties |
getPrintProperties()
PrintProperties object for customizing the print HTML output.
|
PrintWindow |
getPrintWindowProperties()
Properties to apply to the generated print window.
|
PrintCanvasTask |
setPrintProperties(PrintProperties printProperties)
PrintProperties object for customizing the print HTML output.
|
PrintCanvasTask |
setPrintWindowProperties(PrintWindow printWindowProperties)
Properties to apply to the generated print window.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource
convertToJavaScriptArray, getClassDescription, getDescription, getEditorType, getElementDescription, getID, getJsObj, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getTitle, isCreated, onInit, setAttribute, setClassDescription, setDescription, setEditorType, setID, setJavaScriptObject, setNextElement, setPassThruOutput, setTitle
addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
public PrintCanvasTask()
public PrintCanvasTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static PrintCanvasTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public PrintCanvasTask setPrintProperties(PrintProperties printProperties) throws java.lang.IllegalStateException
printProperties
- New printProperties value. Default value is nullPrintCanvasTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic PrintProperties getPrintProperties()
public PrintCanvasTask setPrintWindowProperties(PrintWindow printWindowProperties) throws java.lang.IllegalStateException
printWindowProperties
- New printWindowProperties value. Default value is nullPrintCanvasTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic PrintWindow getPrintWindowProperties()