public interface IDescribeLayoutItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEditableForNew()
element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getEditableForUpdate()
element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeLayoutComponent[] |
getLayoutComponents()
element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
java type: com.sforce.soap.partner.DescribeLayoutComponent[]
|
boolean |
getPlaceholder()
element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getRequired()
element : required of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isEditableForNew() |
boolean |
isEditableForUpdate() |
boolean |
isPlaceholder() |
boolean |
isRequired() |
void |
setEditableForNew(boolean editableForNew) |
void |
setEditableForUpdate(boolean editableForUpdate) |
void |
setLabel(java.lang.String label) |
void |
setLayoutComponents(IDescribeLayoutComponent[] layoutComponents) |
void |
setPlaceholder(boolean placeholder) |
void |
setRequired(boolean required) |
boolean getEditableForNew()
boolean isEditableForNew()
void setEditableForNew(boolean editableForNew)
boolean getEditableForUpdate()
boolean isEditableForUpdate()
void setEditableForUpdate(boolean editableForUpdate)
java.lang.String getLabel()
void setLabel(java.lang.String label)
IDescribeLayoutComponent[] getLayoutComponents()
void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
boolean getPlaceholder()
boolean isPlaceholder()
void setPlaceholder(boolean placeholder)
boolean getRequired()
boolean isRequired()
void setRequired(boolean required)
Copyright © 2020. All Rights Reserved.