You are here: Foswiki>System Web>Category>DeveloperDocumentationCategory>PerlDoc (2024-12-23, UnknownUser)Edit Attach
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview
internal package
Foswiki::Tables::Row Abstract model of a table row, suitable for use with the tables parser.
ClassMethod
new($table, $precruft, $postcruft [, \@cols]) → $row Construct a new table row, associated with the given table.
$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. Note that $postcruft
and $precruft
should not include the |.
ClassMethod
cell_class() → $classname Perl class used for table cells (default Foswiki::Tables::Cell)
ObjectMethod
getID() → $id Generate a unique string ID that uniquely identifies this row within a topic.
ObjectMethod
isHeader() → $boolean Determine if this row meets the criteria for a header row (or set it as a header row)
ObjectMethod
isFooter([$boolean]) → $boolean Determine if this row meets the criteria for a footer row (or set it as a footer row)
ObjectMethod
finish() Clean up for disposal
ObjectMethod
number([$set]) → $number Setter/getter for the row number. The row number uniquely identifies the row within the context of a table. The row number is undef until it is set by some external agency (e.g. the table)
ObjectMethod
stringify() Generate a TML representation of the row
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback