Klasse Table<T>
- Typparameter:
T
- the class or interface used to distinguish the rows to be displayed for each tab, or Void when a table does not contain tabs
This class historically used to generate an HTML
or | cell.
This method should not be used when the table has tabs: use a method
that takes an Element parameter instead.
addRowAdds a row of data to the table. Each item of content should be suitable for use as the content of a or | cell.
This method should not be used when the table has tabs: use a method
that takes an item parameter instead.
|
addRowAdds a row of data to the table. Each item of content should be suitable for use as the content of a or | cell.
| If tabs have been added to the table, the specified item will be used
to determine whether the row should be displayed when any particular tab
is selected, using the predicate specified when the tab was
addRowAdds a row of data to the table.
Each item of content should be suitable for use as the content of a cell.
If tabs have been added to the table, the specified item will be used
to determine whether the row should be displayed when any particular tab
is selected, using the predicate specified when the tab was
isEmptyReturns whether the table is empty.
The table is empty if it has no (body) rows. writeBeschreibung aus Klasse kopiert:
Content Writes content to a writer, using a given newline sequence, which should be
either \n or the platform line separator.
|
---|