Package com.sforce.soap.partner
Interface IDescribeLayoutButton
-
- All Known Implementing Classes:
DescribeLayoutButton
public interface IDescribeLayoutButtonThis 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 WebLinkWindowTypegetBehavior()element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowTypeIDescribeColor[]getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]StringgetContent()element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringWebLinkTypegetContentSource()element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkTypebooleangetCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetEncoding()element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetHeight()element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerIDescribeIcon[]getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringBooleangetMenubar()element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetOverridden()element : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanBooleangetResizeable()element : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetScrollbars()element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetShowsLocation()element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetShowsStatus()element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetToolbar()element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerWebLinkPositiongetWindowPosition()element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPositionbooleanisCustom()booleanisOverridden()voidsetBehavior(WebLinkWindowType behavior)voidsetColors(IDescribeColor[] colors)voidsetContent(String content)voidsetContentSource(WebLinkType contentSource)voidsetCustom(boolean custom)voidsetEncoding(String encoding)voidsetHeight(Integer height)voidsetIcons(IDescribeIcon[] icons)voidsetLabel(String label)voidsetMenubar(Boolean menubar)voidsetName(String name)voidsetOverridden(boolean overridden)voidsetResizeable(Boolean resizeable)voidsetScrollbars(Boolean scrollbars)voidsetShowsLocation(Boolean showsLocation)voidsetShowsStatus(Boolean showsStatus)voidsetToolbar(Boolean toolbar)voidsetUrl(String url)voidsetWidth(Integer width)voidsetWindowPosition(WebLinkPosition windowPosition)
-
-
-
Method Detail
-
getBehavior
WebLinkWindowType getBehavior()
element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowType
-
setBehavior
void setBehavior(WebLinkWindowType behavior)
-
getColors
IDescribeColor[] getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
-
setColors
void setColors(IDescribeColor[] colors)
-
getContent
String getContent()
element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setContent
void setContent(String content)
-
getContentSource
WebLinkType getContentSource()
element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkType
-
setContentSource
void setContentSource(WebLinkType contentSource)
-
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
void setEncoding(String encoding)
-
getHeight
Integer getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
-
setHeight
void setHeight(Integer height)
-
getIcons
IDescribeIcon[] getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
-
setIcons
void setIcons(IDescribeIcon[] icons)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getMenubar
Boolean getMenubar()
element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setMenubar
void setMenubar(Boolean menubar)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
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
void setResizeable(Boolean resizeable)
-
getScrollbars
Boolean getScrollbars()
element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setScrollbars
void setScrollbars(Boolean scrollbars)
-
getShowsLocation
Boolean getShowsLocation()
element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setShowsLocation
void setShowsLocation(Boolean showsLocation)
-
getShowsStatus
Boolean getShowsStatus()
element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setShowsStatus
void setShowsStatus(Boolean showsStatus)
-
getToolbar
Boolean getToolbar()
element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
-
setToolbar
void setToolbar(Boolean toolbar)
-
getUrl
String getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUrl
void setUrl(String url)
-
getWidth
Integer getWidth()
element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
-
setWidth
void setWidth(Integer width)
-
getWindowPosition
WebLinkPosition getWindowPosition()
element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPosition
-
setWindowPosition
void setWindowPosition(WebLinkPosition windowPosition)
-
-