public interface CellAttrs extends AknObject
These attributes are used to specify that table cells span more than one row or one column, exactly as in HTML.
<xsd:attributeGroup name="cellattrs">
<xsd:attribute name="rowspan" type="xsd:integer" default="1"/>
<xsd:attribute name="colspan" type="xsd:integer" default="1"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColSpan() |
Integer |
getRowSpan() |
void |
setColSpan(Integer colspan) |
void |
setRowSpan(Integer rowspan) |
attributes, compare, name, nestedCompareread, writeCopyright © 2017. All rights reserved.