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