Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java56 private SortIndicator[] sortIndicators; field in DynamicTable
82 sortIndicators = new SortIndicator[columns.length]; in makeClientSortable()
84 sortIndicators[i] = new SortIndicator(i); in makeClientSortable()
93 panel.add(sortIndicators[i], id); in makeClientSortable()
104 for (SortIndicator indicator : sortIndicators) { in updateSortIndicators()