Package com.sforce.soap.partner
Interface IVisualforcePage
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
VisualforcePage
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
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.StringbooleanbooleanvoidsetShowLabel(boolean showLabel) voidsetShowScrollbars(boolean showScrollbars) voidsetSuggestedHeight(String suggestedHeight) voidsetSuggestedWidth(String suggestedWidth) voidMethods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Method Details
-
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
-
getSuggestedWidth
String getSuggestedWidth()element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSuggestedWidth
-
getUrl
String getUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUrl
-