Searched refs:currentControlRow (Results 1 – 1 of 1) sorted by relevance
263 ControlRow currentControlRow = oControlRows[i]; in getFilterConditions() local264 if (currentControlRow.isEnabled() && currentControlRow.isConditionComplete()) in getFilterConditions()266 String sFieldName = currentControlRow.getSelectedFieldName(); in getFilterConditions()267 int nOperator = (int) currentControlRow.getSelectedOperator(); in getFilterConditions()271 Object value = currentControlRow.getValue(); in getFilterConditions()280 final short operator = currentControlRow.getSelectedOperator(); in getFilterConditions()