public interface IFieldLayoutComponent extends IDescribeLayoutComponent
| Modifier and Type | Method and Description |
|---|---|
IDescribeLayoutComponent[] |
getComponents()
element : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
java type: com.sforce.soap.partner.DescribeLayoutComponent[]
|
FieldType |
getFieldType()
element : fieldType of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
void |
setComponents(IDescribeLayoutComponent[] components) |
void |
setFieldType(FieldType fieldType) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueIDescribeLayoutComponent[] getComponents()
void setComponents(IDescribeLayoutComponent[] components)
FieldType getFieldType()
void setFieldType(FieldType fieldType)
Copyright © 2015. All Rights Reserved.