Uiinfrastructure API Docs  
 

ExpListModel.EXPLIST_SORTEDARRAY_PROPID_INDEX Field

We are defining here a column ID for the Growable Sorted Array objects. This column has to reflect the position of the row in the list. Methods to implement the move up, down, first and last actions are already implemented in this class and are ready to be used. However they will work only if the column ID below exists in the object array.

public const int EXPLIST_SORTEDARRAY_PROPID_INDEX = 0;

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace