Searched refs:SortIndicator (Results 1 – 1 of 1) sorted by relevance
32 static class SortIndicator extends Composite { class in DynamicTable36 public SortIndicator(int column) { in SortIndicator() method in DynamicTable.SortIndicator56 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()