borderLayout_secUserList.setHeight(String.valueOf(maxListBoxHeight) + "px");
// not used listheaders must be declared like ->
// lh.setSortAscending(""); lh.setSortDescending("")
listheader_UserList_usrLoginname.setSortAscending(new FieldComparator("usrLoginname", true));
listheader_UserList_usrLoginname.setSortDescending(new FieldComparator("usrLoginname", false));
listheader_UserList_usrLoginname.setSortDirection("ascending");
listheader_UserList_usrLastname.setSortAscending(new FieldComparator("usrLastname", true));
listheader_UserList_usrLastname.setSortDescending(new FieldComparator("usrLastname", false));
listheader_UserList_usrEmail.setSortAscending(new FieldComparator("usrEmail", true));
listheader_UserList_usrEmail.setSortDescending(new FieldComparator("usrEmail", false));
listheader_UserList_usrEnabled.setSortAscending(new FieldComparator("usrEnabled", true));
listheader_UserList_usrEnabled.setSortDescending(new FieldComparator("usrEnabled", false));
listheader_UserList_usrAccountnonexpired.setSortAscending(new FieldComparator("usrAccountnonexpired", true));
listheader_UserList_usrAccountnonexpired.setSortDescending(new FieldComparator("usrAccountnonexpired", false));
listheader_UserList_usrCredentialsnonexpired.setSortAscending(new FieldComparator("usrCredentialsnonexpired", true));
listheader_UserList_usrCredentialsnonexpired.setSortDescending(new FieldComparator("usrCredentialsnonexpired", false));
listheader_UserList_usrAccountnonlocked.setSortAscending(new FieldComparator("usrAccountnonlocked", true));
listheader_UserList_usrAccountnonlocked.setSortDescending(new FieldComparator("usrAccountnonlocked", false));
// set the paging params
paging_UserList.setPageSize(getCountRows());
paging_UserList.setDetailed(true);