Package com.sforce.soap.partner
Class VisualforcePage
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutComponent
-
- com.sforce.soap.partner.VisualforcePage
-
- All Implemented Interfaces:
IDescribeLayoutComponent,IVisualforcePage,XMLizable
public class VisualforcePage extends DescribeLayoutComponent implements IVisualforcePage
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description VisualforcePage()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetShowLabel()element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowScrollbars()element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSuggestedHeight()element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSuggestedWidth()element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisShowLabel()booleanisShowScrollbars()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowLabel(boolean showLabel)protected voidsetShowLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowScrollbars(boolean showScrollbars)protected voidsetShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetSuggestedHeight(String suggestedHeight)protected voidsetSuggestedWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetSuggestedWidth(String suggestedWidth)protected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrl(String url)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.DescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getShowLabel
public boolean getShowLabel()
Description copied from interface:IVisualforcePageelement : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowLabelin interfaceIVisualforcePage
-
isShowLabel
public boolean isShowLabel()
- Specified by:
isShowLabelin interfaceIVisualforcePage
-
setShowLabel
public void setShowLabel(boolean showLabel)
- Specified by:
setShowLabelin interfaceIVisualforcePage
-
setShowLabel
protected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowScrollbars
public boolean getShowScrollbars()
Description copied from interface:IVisualforcePageelement : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowScrollbarsin interfaceIVisualforcePage
-
isShowScrollbars
public boolean isShowScrollbars()
- Specified by:
isShowScrollbarsin interfaceIVisualforcePage
-
setShowScrollbars
public void setShowScrollbars(boolean showScrollbars)
- Specified by:
setShowScrollbarsin interfaceIVisualforcePage
-
setShowScrollbars
protected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuggestedHeight
public String getSuggestedHeight()
Description copied from interface:IVisualforcePageelement : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedHeightin interfaceIVisualforcePage
-
setSuggestedHeight
public void setSuggestedHeight(String suggestedHeight)
- Specified by:
setSuggestedHeightin interfaceIVisualforcePage
-
setSuggestedHeight
protected void setSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuggestedWidth
public String getSuggestedWidth()
Description copied from interface:IVisualforcePageelement : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedWidthin interfaceIVisualforcePage
-
setSuggestedWidth
public void setSuggestedWidth(String suggestedWidth)
- Specified by:
setSuggestedWidthin interfaceIVisualforcePage
-
setSuggestedWidth
protected void setSuggestedWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
Description copied from interface:IVisualforcePageelement : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUrlin interfaceIVisualforcePage
-
setUrl
public void setUrl(String url)
- Specified by:
setUrlin interfaceIVisualforcePage
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classDescribeLayoutComponent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classDescribeLayoutComponent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classDescribeLayoutComponent
-
-