Interface Sortable
-
public interface SortableContact to define if the source of plural attribute is sortable or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComparatorName()The comparator class name which will be used to sort the attribute.booleanisSorted()If the source of plural attribute is supposed to be sorted.
-
-
-
Method Detail
-
isSorted
boolean isSorted()
If the source of plural attribute is supposed to be sorted.- Returns:
truethe attribute will be sortable orfalsemeans not.
-
getComparatorName
String getComparatorName()
The comparator class name which will be used to sort the attribute.- Returns:
- Qualified class name which implements
Comparatorcontact.
-
-