PATH |
WOSortOrderManyKey
Component Description
The WOSortOrderManyKey component provides a user interface to specify the sort ordering of the objects displayed by a WODisplayGroup. The user specifies the key on which to sort using a popup button and the order (ascending or descending). The WOSortOrderManyKey component updates the display group's displayed objects accordingly. This component must be placed in a WOForm.
Synopsis
WOSortOrderManyKey { displayGroup=aDisplayGroup; keyList=anArray; };Bindings
- displayGroup
- The display group that receives the new sorting order specification.
- keyList
- Array of keys for the attribute that can be used to sort the objects. This array appears in the popup button.