Package com.sforce.soap.metadata
Class LayoutSection
- java.lang.Object
-
- com.sforce.soap.metadata.LayoutSection
-
-
Constructor Summary
Constructors Constructor Description LayoutSection()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCustomLabel
public boolean getCustomLabel()
-
isCustomLabel
public boolean isCustomLabel()
-
setCustomLabel
public void setCustomLabel(boolean customLabel)
-
setCustomLabel
protected void setCustomLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDetailHeading
public boolean getDetailHeading()
-
isDetailHeading
public boolean isDetailHeading()
-
setDetailHeading
public void setDetailHeading(boolean detailHeading)
-
setDetailHeading
protected void setDetailHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEditHeading
public boolean getEditHeading()
-
isEditHeading
public boolean isEditHeading()
-
setEditHeading
public void setEditHeading(boolean editHeading)
-
setEditHeading
protected void setEditHeading(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayoutColumns
public LayoutColumn[] getLayoutColumns()
-
setLayoutColumns
public void setLayoutColumns(LayoutColumn[] layoutColumns)
-
setLayoutColumns
protected void setLayoutColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStyle
public LayoutSectionStyle getStyle()
-
setStyle
public void setStyle(LayoutSectionStyle style)
-
setStyle
protected void setStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-