The List Objects: 1 List Object Features

Up: GEOS SDK TechDocs | Up | Prev: The List Objects | Next: 2 Common Behavior

The list objects provide a highly flexible way to display and manage user-selectable options. Depending on the Specific UI and the type of list, these objects may be built out in a variety of fashions. In some UIs, BooleanGroups may appear as checkboxes, GenItemGroups may appear as radio buttons, etc.

You may manipulate the grouping objects in much the same way as a GIV_SUB_GROUP GenInteraction. For example, hints may alter the placement and dimensions of the grouping object's children or the list may appear with special dimensions. The items themselves are simple generic objects that can be easily added to your grouping object. The grouping object will manage the geometry and selection state of these children; it will also perform any required actions based on the state of these children.

There are three list management objects.

These are the following main list item objects:

The GenDynamicList does not specify any generic children, but instead will contain a list of visual monikers to cycle through a scrolling list.


Up: GEOS SDK TechDocs | Up | Prev: The List Objects | Next: 2 Common Behavior