public class DescribeLayoutButton extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutButton
| Constructor and Description |
|---|
DescribeLayoutButton()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WebLinkWindowType |
getBehavior()
element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType
java type: com.sforce.soap.partner.WebLinkWindowType
|
DescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
String |
getContent()
element : content of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
WebLinkType |
getContentSource()
element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType
java type: com.sforce.soap.partner.WebLinkType
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getEncoding()
element : encoding of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Integer |
getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
DescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Boolean |
getMenubar()
element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getOverridden()
element : overridden of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
Boolean |
getResizeable()
element : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
Boolean |
getScrollbars()
element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
Boolean |
getShowsLocation()
element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
Boolean |
getShowsStatus()
element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
Boolean |
getToolbar()
element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Integer |
getWidth()
element : width of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
WebLinkPosition |
getWindowPosition()
element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition
java type: com.sforce.soap.partner.WebLinkPosition
|
boolean |
isCustom() |
boolean |
isOverridden() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setBehavior(WebLinkWindowType behavior) |
void |
setColors(IDescribeColor[] colors) |
void |
setContent(String content) |
void |
setContentSource(WebLinkType contentSource) |
void |
setCustom(boolean custom) |
void |
setEncoding(String encoding) |
void |
setHeight(Integer height) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setLabel(String label) |
void |
setMenubar(Boolean menubar) |
void |
setName(String name) |
void |
setOverridden(boolean overridden) |
void |
setResizeable(Boolean resizeable) |
void |
setScrollbars(Boolean scrollbars) |
void |
setShowsLocation(Boolean showsLocation) |
void |
setShowsStatus(Boolean showsStatus) |
void |
setToolbar(Boolean toolbar) |
void |
setUrl(String url) |
void |
setWidth(Integer width) |
void |
setWindowPosition(WebLinkPosition windowPosition) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public WebLinkWindowType getBehavior()
IDescribeLayoutButtongetBehavior in interface IDescribeLayoutButtonpublic void setBehavior(WebLinkWindowType behavior)
setBehavior in interface IDescribeLayoutButtonpublic DescribeColor[] getColors()
IDescribeLayoutButtongetColors in interface IDescribeLayoutButtonpublic void setColors(IDescribeColor[] colors)
setColors in interface IDescribeLayoutButtonpublic String getContent()
IDescribeLayoutButtongetContent in interface IDescribeLayoutButtonpublic void setContent(String content)
setContent in interface IDescribeLayoutButtonpublic WebLinkType getContentSource()
IDescribeLayoutButtongetContentSource in interface IDescribeLayoutButtonpublic void setContentSource(WebLinkType contentSource)
setContentSource in interface IDescribeLayoutButtonpublic boolean getCustom()
IDescribeLayoutButtongetCustom in interface IDescribeLayoutButtonpublic boolean isCustom()
isCustom in interface IDescribeLayoutButtonpublic void setCustom(boolean custom)
setCustom in interface IDescribeLayoutButtonpublic String getEncoding()
IDescribeLayoutButtongetEncoding in interface IDescribeLayoutButtonpublic void setEncoding(String encoding)
setEncoding in interface IDescribeLayoutButtonpublic Integer getHeight()
IDescribeLayoutButtongetHeight in interface IDescribeLayoutButtonpublic void setHeight(Integer height)
setHeight in interface IDescribeLayoutButtonpublic DescribeIcon[] getIcons()
IDescribeLayoutButtongetIcons in interface IDescribeLayoutButtonpublic void setIcons(IDescribeIcon[] icons)
setIcons in interface IDescribeLayoutButtonpublic String getLabel()
IDescribeLayoutButtongetLabel in interface IDescribeLayoutButtonpublic void setLabel(String label)
setLabel in interface IDescribeLayoutButtonpublic Boolean getMenubar()
IDescribeLayoutButtongetMenubar in interface IDescribeLayoutButtonpublic void setMenubar(Boolean menubar)
setMenubar in interface IDescribeLayoutButtonpublic String getName()
IDescribeLayoutButtongetName in interface IDescribeLayoutButtonpublic void setName(String name)
setName in interface IDescribeLayoutButtonpublic boolean getOverridden()
IDescribeLayoutButtongetOverridden in interface IDescribeLayoutButtonpublic boolean isOverridden()
isOverridden in interface IDescribeLayoutButtonpublic void setOverridden(boolean overridden)
setOverridden in interface IDescribeLayoutButtonpublic Boolean getResizeable()
IDescribeLayoutButtongetResizeable in interface IDescribeLayoutButtonpublic void setResizeable(Boolean resizeable)
setResizeable in interface IDescribeLayoutButtonpublic Boolean getScrollbars()
IDescribeLayoutButtongetScrollbars in interface IDescribeLayoutButtonpublic void setScrollbars(Boolean scrollbars)
setScrollbars in interface IDescribeLayoutButtonpublic Boolean getShowsLocation()
IDescribeLayoutButtongetShowsLocation in interface IDescribeLayoutButtonpublic void setShowsLocation(Boolean showsLocation)
setShowsLocation in interface IDescribeLayoutButtonpublic Boolean getShowsStatus()
IDescribeLayoutButtongetShowsStatus in interface IDescribeLayoutButtonpublic void setShowsStatus(Boolean showsStatus)
setShowsStatus in interface IDescribeLayoutButtonpublic Boolean getToolbar()
IDescribeLayoutButtongetToolbar in interface IDescribeLayoutButtonpublic void setToolbar(Boolean toolbar)
setToolbar in interface IDescribeLayoutButtonpublic String getUrl()
IDescribeLayoutButtongetUrl in interface IDescribeLayoutButtonpublic void setUrl(String url)
setUrl in interface IDescribeLayoutButtonpublic Integer getWidth()
IDescribeLayoutButtongetWidth in interface IDescribeLayoutButtonpublic void setWidth(Integer width)
setWidth in interface IDescribeLayoutButtonpublic WebLinkPosition getWindowPosition()
IDescribeLayoutButtongetWindowPosition in interface IDescribeLayoutButtonpublic void setWindowPosition(WebLinkPosition windowPosition)
setWindowPosition in interface IDescribeLayoutButtonpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.