Uses of Class
org.teamapps.data.value.Sorting
-
Packages that use Sorting Package Description org.teamapps.ux.component.table -
-
Uses of Sorting in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return Sorting Modifier and Type Method Description SortingTable. getSorting()Methods in org.teamapps.ux.component.table with parameters of type Sorting Modifier and Type Method Description java.util.List<RECORD>ListTableModel. getChildRecords(RECORD parentRecord, Sorting sorting)default java.util.List<RECORD>TableModel. getChildRecords(RECORD parentRecord, Sorting sorting)java.util.List<RECORD>ListTableModel. getRecords(int startIndex, int length, Sorting sorting)java.util.List<RECORD>TableModel. getRecords(int startIndex, int length, Sorting sorting)
-