{
Info.display(textMessages.status(), textMessages.foundPasswords(result.size()));
refreshTable(result);
}
};
Match match = tagMatchRG.getValue().equals(radioAND) ? Match.AND : Match.OR;
PasswordService.Util.getInstance().searchPassword(Utils.safeString(searchTextBox.getValue()), activeOnlyCheckBox.getValue(), selectedTags, match, callback);
}