|
Class: HTMLTableRow
Object
|
+--HTMLTableRow
- Package:
- stx:libhtml
- Category:
- System-Documentation
- Version:
- rev:
1.10
date: 2021/01/20 10:37:26
- user: cg
- file: HTMLTableRow.st directory: libhtml
- module: stx stc-classLibrary: libhtml
Attention: Please read the warning in HTMLElement.
a table row.
Beside providing convenient access for
some heavily used values (attributes), this also keeps
track of the columns, and the (y-)position within the document.
copyrightCOPYRIGHT (c) 1996 by Claus Gittinger
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
addColumn: aCol
-
add a column
-
columnAt: index
-
retrieve a column
-
columns
-
return columns
-
columns: something
-
set columns
-
markupElement
-
return markupElement
-
markupElement: something
-
set markupElement
-
yBottom
-
return yBottom
-
yBottom: something
-
set yBottom
-
yRow
-
return y
-
yRow: something
-
set y
queries
-
maxColumnBottom
-
an empty (colSpan-dummy) col
|