public class SearchLayoutButtonsDisplayed extends Object
Java class for SearchLayoutButtonsDisplayed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchLayoutButtonsDisplayed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="buttons" type="{urn:tooling.soap.sforce.com}SearchLayoutButton" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
applicable |
protected List<SearchLayoutButton> |
buttons |
| Constructor and Description |
|---|
SearchLayoutButtonsDisplayed() |
| Modifier and Type | Method and Description |
|---|---|
List<SearchLayoutButton> |
getButtons()
Gets the value of the buttons property.
|
boolean |
isApplicable()
Gets the value of the applicable property.
|
void |
setApplicable(boolean value)
Sets the value of the applicable property.
|
protected boolean applicable
protected List<SearchLayoutButton> buttons
public boolean isApplicable()
public void setApplicable(boolean value)
public List<SearchLayoutButton> getButtons()
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 buttons property.
For example, to add a new item, do as follows:
getButtons().add(newItem);
Objects of the following type(s) are allowed in the list
SearchLayoutButton
Copyright © 2016. All rights reserved.