The methods of the ISortModelRO interface are listed below. For a complete list of ISortModelRO interface members, see the ISortModelRO Members topic.
![]() | 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. |
![]() | 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. |
ISortModelRO Interface | com.plumtree.uiinfrastructure.form.sort Namespace