接口 Sortable
-
public interface SortableContact to define if the source of plural attribute is sortable or not.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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.
-
-
-
方法详细资料
-
isSorted
boolean isSorted()
If the source of plural attribute is supposed to be sorted.- 返回:
truethe attribute will be sortable orfalsemeans not.
-
getComparatorName
String getComparatorName()
The comparator class name which will be used to sort the attribute.- 返回:
- Qualified class name which implements
Comparatorcontact.
-
-