|
|
Class: TableHead (in HTML)
Object
|
+--HTML::AbstractElement
|
+--HTML::AbstractHTMLElement
|
+--HTML::AbstractTableRow
|
+--HTML::TableHead
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-ModelTree-Table
- Version:
- rev:
1.16
date: 2007/11/05 21:12:44
- user: cg
- file: HTML__TableHead.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
required protocol
-
cellClass
-
Return the cell class for the row element.
-
tagName
-
interface-accessing-elements
-
addRow
-
Add an empty table row to the children of this table body.
The passed table row can be a ready built table row,
a simple string to be wrapped in a row, or a collection
of data cells. These data cells can be either ready built
data cells or simple strings too.
-
addRow: aRowOrString
-
Add a table row to the children of this table body.
The passed table row can be a ready built table row,
a simple string to be wrapped in a row, or a collection
of data cells. These data cells can be either ready built
data cells or simple strings too.
private-building
-
buildRow: aTableRow
-
Build and return a table row.
The passed table row can be a ready built table row,
a simple string to be wrapped in a row, or a collection
of data cells. These data cells can be either ready built
data cells or simple strings too.
queries
-
canHaveChild: anElement
-
-
canHaveText
-
required-visiting
-
acceptHTMLVisitor: aVisitor
-
visitor pattern: dispatch me to the visitor
testing
-
isTableHead
-
|