internal package
Foswiki::Tables::Row internal package
Foswiki::Tables::Row ClassMethod
new($table, $precruft, $postcruft [, \@cols]) → $row $table
- the table the row is associated with
$precruft
- text found before the opening | at the start of the row
$postcruft
- text found after the closing | at the end of the row
$cols
- optional array ref of values used to populate the row.
$postcruft
and $precruft
should not include the |.
ClassMethod
cell_class() → $classname ObjectMethod
getID() → $id ObjectMethod
isHeader() → $boolean ObjectMethod
isFooter([$boolean]) → $boolean ObjectMethod
finish() ObjectMethod
number([$set]) → $number ObjectMethod
stringify()