The layout of a table must be defined. Defining the layout means to
define how each record can be split up into individual cells in one of
a table's rows.
The methods not implemented explicitly via this hook may be left empty
or returning
false
or
null
, resp.
The concrete class of the records from which to extract a column's value
depends on the
TableModel
used. See the documentation of
getRecord
in the specific class for more detailed information.