public class Canvas extends DescribeLayoutComponent
Java class for Canvas complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Canvas">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}DescribeLayoutComponent">
<sequence>
<element name="displayLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="referenceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="showLabel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="showScrollbars" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="suggestedHeight" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="suggestedWidth" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayLocation |
protected String |
referenceId |
protected boolean |
showLabel |
protected boolean |
showScrollbars |
protected String |
suggestedHeight |
protected String |
suggestedWidth |
displayLines, tabOrder, type, value| Constructor and Description |
|---|
Canvas() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayLocation()
Gets the value of the displayLocation property.
|
String |
getReferenceId()
Gets the value of the referenceId property.
|
String |
getSuggestedHeight()
Gets the value of the suggestedHeight property.
|
String |
getSuggestedWidth()
Gets the value of the suggestedWidth property.
|
boolean |
isShowLabel()
Gets the value of the showLabel property.
|
boolean |
isShowScrollbars()
Gets the value of the showScrollbars property.
|
void |
setDisplayLocation(String value)
Sets the value of the displayLocation property.
|
void |
setReferenceId(String value)
Sets the value of the referenceId property.
|
void |
setShowLabel(boolean value)
Sets the value of the showLabel property.
|
void |
setShowScrollbars(boolean value)
Sets the value of the showScrollbars property.
|
void |
setSuggestedHeight(String value)
Sets the value of the suggestedHeight property.
|
void |
setSuggestedWidth(String value)
Sets the value of the suggestedWidth property.
|
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueprotected String displayLocation
protected String referenceId
protected boolean showLabel
protected boolean showScrollbars
protected String suggestedHeight
protected String suggestedWidth
public String getDisplayLocation()
Stringpublic void setDisplayLocation(String value)
value - allowed object is
Stringpublic String getReferenceId()
Stringpublic void setReferenceId(String value)
value - allowed object is
Stringpublic boolean isShowLabel()
public void setShowLabel(boolean value)
public boolean isShowScrollbars()
public void setShowScrollbars(boolean value)
public String getSuggestedHeight()
Stringpublic void setSuggestedHeight(String value)
value - allowed object is
Stringpublic String getSuggestedWidth()
StringCopyright © 2016. All rights reserved.