eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::TableBody':

Home

everywhere
www.exept.de
for:
[back]

Class: TableBody (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::TableBody

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Table
Version:
rev: 1.22 date: 2007/11/05 21:12:39
user: cg
file: HTML__TableBody.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

required protocol
o  tagName


Instance protocol:

interface-accessing-elements
o  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.

o  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.

o  rowAt: anIndex
Return the row at an index or nil.

o  rowAt: aRowIndex cellAt: aCellIndex
Put a cell at the given indices.

o  rowAt: aRowIndex cellAt: aCellIndex put: aCellOrString
Put a cell at the given indices.

o  rowAt: anIndex put: aRowOrString
Return the row at an index or nil.

o  rowsDo: aBlock

private-accessing
o  getRowAt: aRowIndex
Return a row at the given index.
If not exists build one.

private-building
o  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
o  canHaveChild: anElement

o  canHaveText

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isTableBody



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:34:44 GMT