soSecRole.addSort("rolShortdescription", false);
// Set the ListModel.
getPlwSecRoles().init(soSecRole, listBoxSecRole, paging_ListBoxSecRole);
// set the itemRenderer
listBoxSecRole.setItemRenderer(new SecRolegroupRoleListModelItemRenderer());
// Before we set the ItemRenderer we select the first Item
// for init the rendering of the rights
setSelectedRole((SecRole) listBoxSecRole.getModel().getElementAt(0));
listBoxSecRole.setSelectedIndex(0);