} else if (filter.getProperty().equals("branche")) {
restoreOperator(sortOperator_kunBranch, filter);
ListModelList lml = (ListModelList) this.kunBranche.getModel();
// get and select the customers branch
Branche branche = (Branche) filter.getValue();
kunBranche.setSelectedIndex(lml.indexOf(branche));
}
}
}
showCustomerSeekDialog();