Package com.sforce.soap.partner
Interface IDescribeLayoutItem
- All Known Implementing Classes:
DescribeLayoutItem
public interface IDescribeLayoutItem
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]booleanelement : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : uiBehavior of type {urn:partner.soap.sforce.com}UiBehavior java type: com.sforce.soap.partner.UiBehavior[]booleanbooleanbooleanbooleanvoidsetEditableForNew(boolean editableForNew) voidsetEditableForUpdate(boolean editableForUpdate) voidvoidsetLayoutComponents(IDescribeLayoutComponent[] layoutComponents) voidsetPlaceholder(boolean placeholder) voidsetRequired(boolean required) voidsetUiBehavior(UiBehavior[] uiBehavior)
-
Method Details
-
getEditableForNew
boolean getEditableForNew()element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isEditableForNew
boolean isEditableForNew() -
setEditableForNew
void setEditableForNew(boolean editableForNew) -
getEditableForUpdate
boolean getEditableForUpdate()element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isEditableForUpdate
boolean isEditableForUpdate() -
setEditableForUpdate
void setEditableForUpdate(boolean editableForUpdate) -
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getLayoutComponents
IDescribeLayoutComponent[] getLayoutComponents()element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[] -
setLayoutComponents
-
getPlaceholder
boolean getPlaceholder()element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isPlaceholder
boolean isPlaceholder() -
setPlaceholder
void setPlaceholder(boolean placeholder) -
getRequired
boolean getRequired()element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isRequired
boolean isRequired() -
setRequired
void setRequired(boolean required) -
getUiBehavior
UiBehavior[] getUiBehavior()element : uiBehavior of type {urn:partner.soap.sforce.com}UiBehavior java type: com.sforce.soap.partner.UiBehavior[] -
setUiBehavior
-