Package com.sforce.soap.partner
Class Canvas
java.lang.Object
com.sforce.soap.partner.DescribeLayoutComponent
com.sforce.soap.partner.Canvas
- All Implemented Interfaces:
ICanvas,IDescribeLayoutComponent,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 TypeMethodDescriptionelement : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : 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.Stringbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDisplayLocation(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayLocation(String displayLocation) protected voidsetReferenceId(XmlInputStream __in, TypeMapper __typeMapper) voidsetReferenceId(String referenceId) 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) toString()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
-
Canvas
public Canvas()Constructor
-
-
Method Details
-
getDisplayLocation
Description copied from interface:ICanvaselement : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDisplayLocationin interfaceICanvas
-
setDisplayLocation
- Specified by:
setDisplayLocationin interfaceICanvas
-
setDisplayLocation
protected void setDisplayLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReferenceId
Description copied from interface:ICanvaselement : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getReferenceIdin interfaceICanvas
-
setReferenceId
- Specified by:
setReferenceIdin interfaceICanvas
-
setReferenceId
protected void setReferenceId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShowLabel
public boolean getShowLabel()Description copied from interface:ICanvaselement : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowLabelin interfaceICanvas
-
isShowLabel
public boolean isShowLabel()- Specified by:
isShowLabelin interfaceICanvas
-
setShowLabel
public void setShowLabel(boolean showLabel) - Specified by:
setShowLabelin interfaceICanvas
-
setShowLabel
protected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShowScrollbars
public boolean getShowScrollbars()Description copied from interface:ICanvaselement : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowScrollbarsin interfaceICanvas
-
isShowScrollbars
public boolean isShowScrollbars()- Specified by:
isShowScrollbarsin interfaceICanvas
-
setShowScrollbars
public void setShowScrollbars(boolean showScrollbars) - Specified by:
setShowScrollbarsin interfaceICanvas
-
setShowScrollbars
protected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSuggestedHeight
Description copied from interface:ICanvaselement : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedHeightin interfaceICanvas
-
setSuggestedHeight
- Specified by:
setSuggestedHeightin interfaceICanvas
-
setSuggestedHeight
protected void setSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSuggestedWidth
Description copied from interface:ICanvaselement : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedWidthin interfaceICanvas
-
setSuggestedWidth
- Specified by:
setSuggestedWidthin interfaceICanvas
-
setSuggestedWidth
protected void setSuggestedWidth(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
-