eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::TableBody':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: TableBody (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Table
Version:
rev: 1.25 date: 2018/04/26 10:29:37
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 in: aParser
(comment from inherited method)
return true, if anotherElement is allowed as my child

o  canHaveText
(comment from inherited method)
return true, if I allow text as child (i.f. PCDATA)

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

testing
o  isTableBody



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 07:09:07 GMT