public final class LevelImplementorSorter extends Object implements org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting
Level. Note : the correct type should something like <? extends Level & Enum >
but I cannot make java comply with such type declaration, so the type checking will happen at runtime.| Constructor and Description |
|---|
LevelImplementorSorter(org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstItemIndex() |
int |
getPageSize() |
List<org.squashtest.tm.core.foundation.collection.Sorting> |
getSortings() |
void |
map(String attributeName,
Class<? extends Enum<?>> levelClass) |
boolean |
shouldDisplayAll() |
public LevelImplementorSorter(org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting)
public int getFirstItemIndex()
getFirstItemIndex in interface org.squashtest.tm.core.foundation.collection.Pagingpublic int getPageSize()
getPageSize in interface org.squashtest.tm.core.foundation.collection.Pagingpublic boolean shouldDisplayAll()
shouldDisplayAll in interface org.squashtest.tm.core.foundation.collection.Pagingpublic List<org.squashtest.tm.core.foundation.collection.Sorting> getSortings()
getSortings in interface org.squashtest.tm.core.foundation.collection.MultiSortingCopyright © 2010–2017 Henix, henix.fr. All rights reserved.