eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractTableRow':

Home

Documentation
www.exept.de
Everywhere
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-HTML-ModelTree-Table
Version:
rev: 1.17 date: 2018/04/26 10:30:09
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.

usage example(s):

     AbstractTableRow isAbstract.
     Table isAbstract.

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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 17:35:27 GMT