Implement pagination in group list screen

Group list screen now uses pagination similar to project list screen.
The number of groups displayed is determined by the 'Maximum Page
Size' in user preferences.

Change-Id: Id4649fda4b06ef62bf9d630460aeefc1c5f65989
This commit is contained in:
Anthony Chin
2014-04-11 12:38:31 -04:00
committed by David Pursehouse
parent dc78329e34
commit d5edded54d
5 changed files with 106 additions and 14 deletions

View File

@@ -133,4 +133,7 @@ public interface AdminConstants extends Constants {
String pagedProjectListPrev();
String pagedProjectListNext();
String pagedGroupListPrev();
String pagedGroupListNext();
}