| Constructor and Description |
|---|
SidebarComponent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
int |
getHeight() |
String |
getLabel() |
String |
getLookup() |
String |
getPage() |
RelatedList[] |
getRelatedLists() |
String |
getUnit() |
int |
getWidth() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setComponentType(String componentType) |
void |
setHeight(int height) |
void |
setLabel(String label) |
void |
setLookup(String lookup) |
void |
setPage(String page) |
void |
setRelatedLists(RelatedList[] relatedLists) |
void |
setUnit(String unit) |
void |
setWidth(int width) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getComponentType()
public void setComponentType(String componentType)
public int getHeight()
public void setHeight(int height)
public String getLabel()
public void setLabel(String label)
public String getLookup()
public void setLookup(String lookup)
public String getPage()
public void setPage(String page)
public RelatedList[] getRelatedLists()
public void setRelatedLists(RelatedList[] relatedLists)
public String getUnit()
public void setUnit(String unit)
public int getWidth()
public void setWidth(int width)
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.