* @see org.apache.tapestry.workbench.table.ILocaleSelectionListener#localesSelected(Locale[])
*/
public void localesSelected(Locale[] arrLocales)
{
SimpleSetTableDataModel objDataModel = getDataModel();
objDataModel.addRows(Arrays.asList(arrLocales));
}
/**
* Generates the context that will be passed to the deleteLocale() listener
* if a "remove" link is selected. <p>