ObjectExtender User's Guide and Reference
Create a new (visual) part for the
TstUniversityViews application called
TstDepartmentView.
Open the Composition Editor on TstDepartmentView. To
display the departments, you will need to add a List part and a home
collection part as follows:
- Select the Lists category from the left column of the parts palette, and
then select the List part from the right column of the parts palette and drop
it in the Window part on the free-form surface.
- Select Add Part from the Options menu, and type the
class name, TstDepartmentHome.
- Connect the TstDepartmentHome attribute allInstances
to the items attribute of the List part.
This connection specifies that all department instances will display in the
list.

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