protected List<String> getFavorites()
{
return trimResults(getTimesheetPrefData().getRecentLocations());
}
};
locationTextField.withMatchContains(true).withMinChars(2).withFocus(true);
fs.setStoreObject(locationTextField);
fs.add(locationTextField);
if (fs instanceof FieldsetPanel) {
((FieldsetPanel) fs).addKeyboardHelpIcon(getString("tooltip.autocomplete.withDblClickFunction"));
((FieldsetPanel) fs).addHelpIcon(getString("timesheet.location.tooltip"));