public class AutoTableElement extends Element
ID_ATTRIBUTE, NAME_ATTRIBUTE, NAMESPACE_ATTRIBUTE, TYPE_ATTRIBUTE, VIRTUAL_ATTRIBUTE
Constructor and Description |
---|
AutoTableElement() |
Modifier and Type | Method and Description |
---|---|
void |
addContent(Section cellElement) |
void |
addFooter(Section footerCellElement) |
void |
addHeader(Section headerCellElement) |
Section |
getContentCell(int index) |
int |
getContentCount() |
Section |
getFooterCell(int index) |
int |
getFooterCount() |
Section |
getHeaderCell(int index) |
int |
getHeaderCount() |
addExpression, clone, getAttribute, getAttribute, getAttributeExpression, getAttributeExpression, getAttributeExpressionMap, getAttributeExpressions, getAttributeMap, getDisplayCondition, getExpressions, getId, getLocale, getLocaleFromAttributes, getName, getNamespace, getStyle, getStyleExpression, getStyleExpressions, getType, getVisibility, isEnabled, isVirtual, setAttribute, setAttribute, setAttributeExpression, setAttributeExpression, setDisplayCondition, setEnabled, setExpressions, setId, setName, setNamespace, setStyleExpression, setType, setVirtual, setVisibility
getGroup, getParent, getReport, getRootReport, setParent, updateParent
public void addHeader(Section headerCellElement)
public void addFooter(Section footerCellElement)
public void addContent(Section cellElement)
public int getHeaderCount()
public int getFooterCount()
public int getContentCount()
public Section getHeaderCell(int index)
public Section getFooterCell(int index)
public Section getContentCell(int index)