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
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanbooleanvoidload(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) voidtoString()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, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Constructor Details
-
VisualforcePage
public VisualforcePage()Constructor
-
-
Method Details
-
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
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
- Specified by:
setSuggestedHeightin interfaceIVisualforcePage
-
setSuggestedHeight
protected void setSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setSuggestedWidthin interfaceIVisualforcePage
-
setSuggestedWidth
protected void setSuggestedWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
- Overrides:
toStringin classDescribeLayoutComponent
-