HibernateSearchObject<SecGroup> soSecGroup = new HibernateSearchObject<SecGroup>(SecGroup.class, getCountRowsGroup());
soSecGroup.addSort("grpShortdescription", false);
// Set the ListModel.
getPlwSecGroups().init(soSecGroup, listBoxSecGroup, paging_ListBoxSecGroup);
// set the itemRenderer
listBoxSecGroup.setItemRenderer(new SecGrouprightDialogGroupListModelItemRenderer());
// Before we set the ItemRenderer we select the first Item
// for init the rendering of the rights
setSelectedGroup((SecGroup) listBoxSecGroup.getModel().getElementAt(0));
listBoxSecGroup.setSelectedIndex(0);