Package com.sforce.soap.partner
Interface IDescribeLayoutButton
- All Known Implementing Classes:
DescribeLayoutButton
public interface IDescribeLayoutButton
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 TypeMethodDescriptionelement : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowTypeelement : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkTypebooleanelement : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegergetIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleangetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleangetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integerelement : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPositionbooleanisCustom()booleanvoidsetBehavior(WebLinkWindowType behavior) voidsetColors(IDescribeColor[] colors) voidsetContent(String content) voidsetContentSource(WebLinkType contentSource) voidsetCustom(boolean custom) voidsetEncoding(String encoding) voidvoidsetIcons(IDescribeIcon[] icons) voidvoidsetMenubar(Boolean menubar) voidvoidsetOverridden(boolean overridden) voidsetResizeable(Boolean resizeable) voidsetScrollbars(Boolean scrollbars) voidsetShowsLocation(Boolean showsLocation) voidsetShowsStatus(Boolean showsStatus) voidsetToolbar(Boolean toolbar) voidvoidvoidsetWindowPosition(WebLinkPosition windowPosition)
-
Method Details
-
getBehavior
WebLinkWindowType getBehavior()element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowType -
setBehavior
-
getColors
IDescribeColor[] getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[] -
setColors
-
getContent
String getContent()element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setContent
-
getContentSource
WebLinkType getContentSource()element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkType -
setContentSource
-
getCustom
boolean getCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isCustom
boolean isCustom() -
setCustom
void setCustom(boolean custom) -
getEncoding
String getEncoding()element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setEncoding
-
getHeight
Integer getHeight()element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer -
setHeight
-
getIcons
IDescribeIcon[] getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[] -
setIcons
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getMenubar
Boolean getMenubar()element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setMenubar
-
getName
String getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setName
-
getOverridden
boolean getOverridden()element : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isOverridden
boolean isOverridden() -
setOverridden
void setOverridden(boolean overridden) -
getResizeable
Boolean getResizeable()element : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setResizeable
-
getScrollbars
Boolean getScrollbars()element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setScrollbars
-
getShowsLocation
Boolean getShowsLocation()element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setShowsLocation
-
getShowsStatus
Boolean getShowsStatus()element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setShowsStatus
-
getToolbar
Boolean getToolbar()element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setToolbar
-
getUrl
String getUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUrl
-
getWidth
Integer getWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer -
setWidth
-
getWindowPosition
WebLinkPosition getWindowPosition()element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPosition -
setWindowPosition
-