|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.util.PrintProperties
public class PrintProperties
Settings for generating printable HTML for components.
Field Summary |
---|
Fields inherited from class com.smartgwt.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
PrintProperties()
|
|
PrintProperties(JavaScriptObject jsObj)
|
Method Summary | |
---|---|
java.lang.String[] |
getIncludeControls()
An array of Strings indicating the classNames of controls that should be specifically included when printing, even if a superclass is listed in omitControls . |
java.lang.String[] |
getOmitControls()
An array of Strings indicating the classNames of controls that should be omitted from printing. |
static PrintProperties |
getOrCreateRef(JavaScriptObject jsObj)
|
void |
setIncludeControls(java.lang.String[] includeControls)
An array of Strings indicating the classNames of controls that should be specifically included when printing, even if a superclass is listed in omitControls . |
void |
setOmitControls(java.lang.String[] omitControls)
An array of Strings indicating the classNames of controls that should be omitted from printing. |
Methods inherited from class com.smartgwt.client.core.JsObject |
---|
isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintProperties()
public PrintProperties(JavaScriptObject jsObj)
Method Detail |
---|
public static PrintProperties getOrCreateRef(JavaScriptObject jsObj)
public void setOmitControls(java.lang.String[] omitControls) throws java.lang.IllegalStateException
omitControls
includes all button-based controls, menus and similar interactive controls that are typically
useless in printed output. All subclasses of the specified classes are also omitted.
See also includeControls
.
omitControls
- omitControls Default value is null
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String[] getOmitControls()
omitControls
includes all button-based controls, menus and similar interactive controls that are typically
useless in printed output. All subclasses of the specified classes are also omitted.
See also includeControls
.
public void setIncludeControls(java.lang.String[] includeControls) throws java.lang.IllegalStateException
omitControls
.
includeControls
- includeControls Default value is null
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String[] getIncludeControls()
omitControls
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |