public interface IDescribeLayoutSection
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
element : columns of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getHeading()
element : heading of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeLayoutRow[] |
getLayoutRows()
element : layoutRows of type {urn:partner.soap.sforce.com}DescribeLayoutRow
java type: com.sforce.soap.partner.DescribeLayoutRow[]
|
int |
getRows()
element : rows of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
TabOrderType |
getTabOrder()
element : tabOrder of type {urn:partner.soap.sforce.com}TabOrderType
java type: com.sforce.soap.partner.TabOrderType
|
boolean |
getUseCollapsibleSection()
element : useCollapsibleSection of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getUseHeading()
element : useHeading of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isUseCollapsibleSection() |
boolean |
isUseHeading() |
void |
setColumns(int columns) |
void |
setHeading(String heading) |
void |
setLayoutRows(IDescribeLayoutRow[] layoutRows) |
void |
setRows(int rows) |
void |
setTabOrder(TabOrderType tabOrder) |
void |
setUseCollapsibleSection(boolean useCollapsibleSection) |
void |
setUseHeading(boolean useHeading) |
int getColumns()
void setColumns(int columns)
String getHeading()
void setHeading(String heading)
IDescribeLayoutRow[] getLayoutRows()
void setLayoutRows(IDescribeLayoutRow[] layoutRows)
int getRows()
void setRows(int rows)
TabOrderType getTabOrder()
void setTabOrder(TabOrderType tabOrder)
boolean getUseCollapsibleSection()
boolean isUseCollapsibleSection()
void setUseCollapsibleSection(boolean useCollapsibleSection)
boolean getUseHeading()
boolean isUseHeading()
void setUseHeading(boolean useHeading)
Copyright © 2015. All Rights Reserved.