Package com.sforce.soap.partner
Interface ICanvas
-
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
Canvas
public interface ICanvas extends IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayLocation()element : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetReferenceId()element : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetShowLabel()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.StringbooleanisShowLabel()booleanisShowScrollbars()voidsetDisplayLocation(String displayLocation)voidsetReferenceId(String referenceId)voidsetShowLabel(boolean showLabel)voidsetShowScrollbars(boolean showScrollbars)voidsetSuggestedHeight(String suggestedHeight)voidsetSuggestedWidth(String suggestedWidth)-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getDisplayLocation
String getDisplayLocation()
element : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDisplayLocation
void setDisplayLocation(String displayLocation)
-
getReferenceId
String getReferenceId()
element : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setReferenceId
void setReferenceId(String referenceId)
-
getShowLabel
boolean getShowLabel()
element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isShowLabel
boolean isShowLabel()
-
setShowLabel
void setShowLabel(boolean showLabel)
-
getShowScrollbars
boolean getShowScrollbars()
element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isShowScrollbars
boolean isShowScrollbars()
-
setShowScrollbars
void setShowScrollbars(boolean showScrollbars)
-
getSuggestedHeight
String getSuggestedHeight()
element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSuggestedHeight
void setSuggestedHeight(String suggestedHeight)
-
getSuggestedWidth
String getSuggestedWidth()
element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSuggestedWidth
void setSuggestedWidth(String suggestedWidth)
-
-