Ultra Light Client Guide and Reference


Table Model general advice

The following parts (all of which inherit from UlcTableList) can be associated with Table Model:

The List part is used to display a single attribute from a collection of objects. The Table can display multiple attributes in separate columns.

Subclasses of UlcItemListAbstract can be used to control which rows of a Table Model should be displayed, and in what order. ItemLists must be connected to a Table Model. They may be used by multiple widgets at the same time. This ULC Release includes a default implementation of an ItemList (see UlcSortedItemList). Additional ones may be designed by developers to satisfy specific application needs.

For code examples, see general advice for those parts.

For an example of using this part in the Composition Editor, see Working with Table Model parts.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]