接口 Sortable

    • 方法详细资料

      • isSorted

        boolean isSorted()
        If the source of plural attribute is supposed to be sorted.
        返回:
        true the attribute will be sortable or false means not.
      • getComparatorName

        String getComparatorName()
        The comparator class name which will be used to sort the attribute.
        返回:
        Qualified class name which implements Comparator contact.