| Constructor and Description |
|---|
LayoutSection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCustomLabel() |
boolean |
getDetailHeading() |
boolean |
getEditHeading() |
String |
getLabel() |
LayoutColumn[] |
getLayoutColumns() |
LayoutSectionStyle |
getStyle() |
boolean |
isCustomLabel() |
boolean |
isDetailHeading() |
boolean |
isEditHeading() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCustomLabel(boolean customLabel) |
void |
setDetailHeading(boolean detailHeading) |
void |
setEditHeading(boolean editHeading) |
void |
setLabel(String label) |
void |
setLayoutColumns(LayoutColumn[] layoutColumns) |
void |
setStyle(LayoutSectionStyle style) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getCustomLabel()
public boolean isCustomLabel()
public void setCustomLabel(boolean customLabel)
public boolean getDetailHeading()
public boolean isDetailHeading()
public void setDetailHeading(boolean detailHeading)
public boolean getEditHeading()
public boolean isEditHeading()
public void setEditHeading(boolean editHeading)
public String getLabel()
public void setLabel(String label)
public LayoutColumn[] getLayoutColumns()
public void setLayoutColumns(LayoutColumn[] layoutColumns)
public LayoutSectionStyle getStyle()
public void setStyle(LayoutSectionStyle style)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.