Uiinfrastructure API Docs  
 

ISortModelRO Members

ISortModelRO overview

Public Instance Methods

GetSortDirection Get the sort direction for the currently sorted header column. This should return either PTSortedArrayWrapper.PTSAW_SORT_ASCENDING or PTSortedArrayWrapper.PTSAW_SORT_DESCENDING. This method only needs to return useful information if GetSortable() returns true.
GetSortedHeader Get the column id of the header that is currently sorted (starting with 0). This method only needs to return useful information if GetSortable() returns true.

See Also

ISortModelRO Interface | com.plumtree.uiinfrastructure.form.sort Namespace