TableModel
that accepts a EventList
. By default, a {@link WritableTableFormat} will be generated for this model. If you want to change this, you canoverride the {@link #createTableFormat()} method to provide your own format. In addition, an implementation of an{@link AdvancedTableFormat} is provided for use. It allows for the specification of an object prototype (fordetermining column classes) and the ability to specify comparators per column for sorting support.
This model can be given an Id, which is used in obtaining the text of the column headers.
Column header text is generated from the column property names in the method {@link createColumnNames}. Using the field face source configured, or the default application field face source if none was configured. @author Peter De Bruycker @author Larry Streepy @author Mathias Broekelmann
|
|
|
|
|
|
|
|