Searched refs:firstSortSpec (Results 1 – 1 of 1) sorted by relevance
315 SortSpec firstSortSpec = getFirstSortSpec(); in onCellClicked() local317 if (firstSortSpec != null && columnName.equals(firstSortSpec.getField())) { in onCellClicked()318 newSortDirection = invertSortDirection(firstSortSpec.getDirection()); in onCellClicked()