eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractTableRow':

Home

everywhere
www.exept.de
for:
[back]

Class: AbstractTableRow (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::AbstractTableRow
            |
            +--HTML::TableFoot
            |
            +--HTML::TableHead
            |
            +--HTML::TableRow

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Table
Version:
rev: 1.16 date: 2007/03/12 20:55:22
user: cg
file: HTML__AbstractTableRow.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

queries
o  isAbstract
Return if this class is an abstract class.
Return true for this class but false for all subclasses.
To have an abstract subclass implement this method there again.

required protocol
o  cellClass
Return the cell class for the row element.

** This method raises an error - it must be redefined in concrete classes **


Instance protocol:

interface-accessing-elements
o  addCell
Add an empty data cell to the table row.

o  addCell: aCellOrString
Add a data cell to the table row.

o  addFirstCell: aCellOrString
Add a data cell to the table row.

o  cellAt: anIndex
Add a data cell to the table row.

o  cellAt: anIndex put: aCellOrString
Put a data cell at a given index.

private-building
o  buildCell: aCellOrString
Build and return a new data cell.



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 11:19:49 GMT