Searched refs:sortOnColumn (Results 1 – 6 of 6) sorted by relevance
126 public void sortOnColumn(String columnField, SortDirection sortDirection) { in sortOnColumn() method in DynamicTable142 public void sortOnColumn(String columnField) { in sortOnColumn() method in DynamicTable143 sortOnColumn(columnField, SortDirection.ASCENDING); in sortOnColumn()321 sortOnColumn(columnName, newSortDirection); in onCellClicked()
27 sortOnColumn("id", SortDirection.DESCENDING); in RecurringTable()
44 sortOnColumn("id", SortDirection.DESCENDING); in JobTable()
57 table.sortOnColumn("hostname"); /* Case sensitive name */ in HostTableDecorator()
109 sortOnColumn("job__id", SortDirection.DESCENDING); in updateFilter()
279 table.sortOnColumn(sortSpec.getField(), sortSpec.getDirection()); in restoreTableSorting()