-
Represents the html table element (<table>
).
Represents the table row element (<trow>
).
-
A mixing interface for components, that have a "colspan" attribute.
A mixing interface for components, that have a "rowspan" attribute.
A mixing interface for components, that have a "scope" attribute.
Represents the table body element (<tbody>
).
Represents the table caption element (<caption>
).
Abstract base class for a table cell, that is contained in table rows.
Represents a table column element (<col>
).
Represents a table column group element (<colgroup>
).
Represents the table data cell element (<td>
).
Represents the table foot element (<tfoot>
).
Represents the table head element (<thead>
).
Represents the table header cell element (<th>
).
Represents the table row element (<trow>
).
A base interface for components, that contain table rows.