Home
last modified time | relevance | path

Searched refs:firstSortSpec (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java315 SortSpec firstSortSpec = getFirstSortSpec(); in onCellClicked() local
317 if (firstSortSpec != null && columnName.equals(firstSortSpec.getField())) { in onCellClicked()
318 newSortDirection = invertSortDirection(firstSortSpec.getDirection()); in onCellClicked()