Searched refs:oPV (Results 1 – 1 of 1) sorted by relevance
56 PropertyValue[] oPV = null; field in _XSortable78 oPV = oObj.createSortDescriptor(); in _createSortDescriptor()80 if (oPV.length > 0) { in _createSortDescriptor()83 for (int k = 0; k < oPV.length; k++) { in _createSortDescriptor()85 oPV[k].Name + "; Value=" + oPV[k].Value); in _createSortDescriptor()87 if (oPV[k].Name.equals("SortFields")) { in _createSortDescriptor()88 TableSortField[] tsf = (TableSortField[]) oPV[k].Value; in _createSortDescriptor()102 log.println("Found " + oPV.length + " PropertyValues"); in _createSortDescriptor()124 oObj.sort(oPV); in _sort()133 oObj.sort(oPV); in _sort()[all …]