Uiinfrastructure API Docs  
 

ISortModelRO.GetSortedHeader Method 

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.

int GetSortedHeader();

Return Value

int the column id of the currently sorted header column.

See Also

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