| CascadeListView | Renders a Button that, when triggered, opens a series of cascading
ListView components, displayed as pop-ups. Each ListView
displays a single branch from a hierarchical data collection, and the user
drills down into the data by triggering an item from each list view. |
| GridComboBox | Displays a control consisting of a TextInput and Button that allows an
item from a collection to be selected. When the button is triggered, a list
box of items is displayed as a pop-up. The text input allows filtering, or
(optionally) choosing custom items. |
| PopUpGridView | Displays a Button that may be triggered to display a GridView as a
pop-up. The grid view may be customized to display in different ways, such
as a drop-down, inside a Callout, or as a modal overlay. |
| PopUpTreeGridView | Displays a Button that may be triggered to display a TreeGridView as a
pop-up. The tree grid view may be customized to display in different ways,
such as a drop-down, inside a Callout, or as a modal overlay. |
| PopUpTreeView | Displays a Button that may be triggered to display a TreeView as a
pop-up. The tree view may be customized to display in different ways, such
as a drop-down, inside a Callout, or as a modal overlay. |