Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java32 static class SortIndicator extends Composite { class in DynamicTable
36 public SortIndicator(int column) { in SortIndicator() method in DynamicTable.SortIndicator
56 private SortIndicator[] sortIndicators;
82 sortIndicators = new SortIndicator[columns.length]; in makeClientSortable()
84 sortIndicators[i] = new SortIndicator(i); in makeClientSortable()
104 for (SortIndicator indicator : sortIndicators) { in updateSortIndicators()