public class DescribeLayoutButton extends Object
Java class for DescribeLayoutButton complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeLayoutButton">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="behavior" type="{urn:tooling.soap.sforce.com}WebLinkWindowType" minOccurs="0"/>
<element name="colors" type="{urn:tooling.soap.sforce.com}DescribeColorResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentSource" type="{urn:tooling.soap.sforce.com}WebLinkType" minOccurs="0"/>
<element name="custom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="icons" type="{urn:tooling.soap.sforce.com}DescribeIconResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="menubar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="overridden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="resizeable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="scrollbars" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="showsLocation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="showsStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="toolbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="windowPosition" type="{urn:tooling.soap.sforce.com}WebLinkPosition" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WebLinkWindowType |
behavior |
protected List<DescribeColorResult> |
colors |
protected String |
content |
protected WebLinkType |
contentSource |
protected boolean |
custom |
protected String |
encoding |
protected Integer |
height |
protected List<DescribeIconResult> |
icons |
protected String |
label |
protected boolean |
menubar |
protected String |
name |
protected boolean |
overridden |
protected boolean |
resizeable |
protected boolean |
scrollbars |
protected boolean |
showsLocation |
protected boolean |
showsStatus |
protected boolean |
toolbar |
protected String |
url |
protected Integer |
width |
protected WebLinkPosition |
windowPosition |
| Constructor and Description |
|---|
DescribeLayoutButton() |
| Modifier and Type | Method and Description |
|---|---|
WebLinkWindowType |
getBehavior()
Gets the value of the behavior property.
|
List<DescribeColorResult> |
getColors()
Gets the value of the colors property.
|
String |
getContent()
Gets the value of the content property.
|
WebLinkType |
getContentSource()
Gets the value of the contentSource property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
Integer |
getHeight()
Gets the value of the height property.
|
List<DescribeIconResult> |
getIcons()
Gets the value of the icons property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getWidth()
Gets the value of the width property.
|
WebLinkPosition |
getWindowPosition()
Gets the value of the windowPosition property.
|
boolean |
isCustom()
Gets the value of the custom property.
|
boolean |
isMenubar()
Gets the value of the menubar property.
|
boolean |
isOverridden()
Gets the value of the overridden property.
|
boolean |
isResizeable()
Gets the value of the resizeable property.
|
boolean |
isScrollbars()
Gets the value of the scrollbars property.
|
boolean |
isShowsLocation()
Gets the value of the showsLocation property.
|
boolean |
isShowsStatus()
Gets the value of the showsStatus property.
|
boolean |
isToolbar()
Gets the value of the toolbar property.
|
void |
setBehavior(WebLinkWindowType value)
Sets the value of the behavior property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentSource(WebLinkType value)
Sets the value of the contentSource property.
|
void |
setCustom(boolean value)
Sets the value of the custom property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMenubar(boolean value)
Sets the value of the menubar property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOverridden(boolean value)
Sets the value of the overridden property.
|
void |
setResizeable(boolean value)
Sets the value of the resizeable property.
|
void |
setScrollbars(boolean value)
Sets the value of the scrollbars property.
|
void |
setShowsLocation(boolean value)
Sets the value of the showsLocation property.
|
void |
setShowsStatus(boolean value)
Sets the value of the showsStatus property.
|
void |
setToolbar(boolean value)
Sets the value of the toolbar property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
void |
setWindowPosition(WebLinkPosition value)
Sets the value of the windowPosition property.
|
protected WebLinkWindowType behavior
protected List<DescribeColorResult> colors
protected String content
protected WebLinkType contentSource
protected boolean custom
protected String encoding
protected Integer height
protected List<DescribeIconResult> icons
protected String label
protected boolean menubar
protected String name
protected boolean overridden
protected boolean resizeable
protected boolean scrollbars
protected boolean showsLocation
protected boolean showsStatus
protected boolean toolbar
protected String url
protected Integer width
protected WebLinkPosition windowPosition
public WebLinkWindowType getBehavior()
WebLinkWindowTypepublic void setBehavior(WebLinkWindowType value)
value - allowed object is
WebLinkWindowTypepublic List<DescribeColorResult> getColors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the colors property.
For example, to add a new item, do as follows:
getColors().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeColorResult
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic WebLinkType getContentSource()
WebLinkTypepublic void setContentSource(WebLinkType value)
value - allowed object is
WebLinkTypepublic boolean isCustom()
public void setCustom(boolean value)
public String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic List<DescribeIconResult> getIcons()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icons property.
For example, to add a new item, do as follows:
getIcons().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeIconResult
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isMenubar()
public void setMenubar(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isOverridden()
public void setOverridden(boolean value)
public boolean isResizeable()
public void setResizeable(boolean value)
public boolean isScrollbars()
public void setScrollbars(boolean value)
public boolean isShowsLocation()
public void setShowsLocation(boolean value)
public boolean isShowsStatus()
public void setShowsStatus(boolean value)
public boolean isToolbar()
public void setToolbar(boolean value)
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic WebLinkPosition getWindowPosition()
WebLinkPositionpublic void setWindowPosition(WebLinkPosition value)
value - allowed object is
WebLinkPositionCopyright © 2016. All rights reserved.