Searched refs:sortIndicators (Results 1 – 1 of 1) sorted by relevance
56 private SortIndicator[] sortIndicators; field in DynamicTable82 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()