Package at.spardat.xma.mdl.table

Support for table-widget-models.

See:
          Description

Interface Summary
ITableWM A table widget model where the programmer is in full control on what rows the table has, both at the client and at the server side.
ITableWMClient Programmers interface to an direct table widget model at the client.
XMATableColumn.AtomComparator This interace is used to implement a costum comparator for an XMATableColumn.
 

Class Summary
TableBaseWM Abstract base class for table widget models.
TableLayoutManager TableLayoutManager implements a more sophisticated Layout for Table columns than just column widths.
TableRow Represents a row in a TableWM.
TableUIDelegateClient This class manages the UI related aspects of a TableWMClient widget model
TableWM A table widget model where the programmer is in full control on what rows the table has.
TableWMClient The implementation of a TableWM widget model implementation at the client side.
XMATableColumn This class is a data object to specify information pertaining to columns of table widget models.
 

Package at.spardat.xma.mdl.table Description

Support for table-widget-models.