#include <Wt/WTableRow>

Public Member Functions | |
| WTable * | table () const |
| The table to which this row belongs. | |
| int | rowNum () const |
| The row number of this row in the table. | |
| void | setHeight (const WLength &height) |
| Set the row height. | |
| WLength | height () const |
| Get the row height. | |
| void | setStyleClass (const WString &style) |
| Set the CSS style class for this row. | |
| const WString & | styleClass () const |
| Get the CSS style class for this row. | |
| void | setHidden (bool how) |
| Set whether the row must be hidden. | |
| bool | isHidden () const |
| Return whether the rows is hidden. | |
| void | hide () |
| Hide the row. | |
| void | show () |
| Show the row. | |
A table row is not a widget -- it only has a logistic function, for managing various properties of a single row in a table.
You cannot access table cells through the row. Instead, to access table cells, see WTable::elementAt().
| WTable* Wt::WTableRow::table | ( | ) | const [inline] |
| int Wt::WTableRow::rowNum | ( | ) | const |
| void Wt::WTableRow::setHeight | ( | const WLength & | height | ) |
Set the row height.
The default row height is 'auto' (WLength()).
| WLength Wt::WTableRow::height | ( | ) | const |
| void Wt::WTableRow::setStyleClass | ( | const WString & | style | ) |
Set the CSS style class for this row.
The style is inherited by all table cells in this row.
| const WString& Wt::WTableRow::styleClass | ( | ) | const [inline] |
| void Wt::WTableRow::setHidden | ( | bool | how | ) |
| bool Wt::WTableRow::isHidden | ( | ) | const [inline] |
| void Wt::WTableRow::hide | ( | ) |
| void Wt::WTableRow::show | ( | ) |
1.5.6