|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutItem
public class DescribeLayoutItem
Java class for DescribeLayoutItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeLayoutItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="layoutComponents" type="{urn:partner.soap.sforce.com}DescribeLayoutComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="placeholder" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
editable
|
protected java.lang.String |
label
|
protected java.util.List<DescribeLayoutComponent> |
layoutComponents
|
protected boolean |
placeholder
|
protected boolean |
required
|
| Constructor Summary | |
|---|---|
DescribeLayoutItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Gets the value of the label property. |
java.util.List<DescribeLayoutComponent> |
getLayoutComponents()
Gets the value of the layoutComponents property. |
boolean |
isEditable()
Gets the value of the editable property. |
boolean |
isPlaceholder()
Gets the value of the placeholder property. |
boolean |
isRequired()
Gets the value of the required property. |
void |
setEditable(boolean value)
Sets the value of the editable property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setPlaceholder(boolean value)
Sets the value of the placeholder property. |
void |
setRequired(boolean value)
Sets the value of the required property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean editable
protected java.lang.String label
protected java.util.List<DescribeLayoutComponent> layoutComponents
protected boolean placeholder
protected boolean required
| Constructor Detail |
|---|
public DescribeLayoutItem()
| Method Detail |
|---|
public boolean isEditable()
public void setEditable(boolean value)
public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DescribeLayoutComponent> getLayoutComponents()
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 layoutComponents property.
For example, to add a new item, do as follows:
getLayoutComponents().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutComponent
public boolean isPlaceholder()
public void setPlaceholder(boolean value)
public boolean isRequired()
public void setRequired(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||