接口 IValueSortField

所有超级接口:
ISortField
所有已知实现类:
ValueSortField

public interface IValueSortField extends ISortField
Represents the sort field by cell value (ascending or descending or custom value list).
  • 方法详细资料

    • getDataOption

      SortDataOption getDataOption()
      Gets the data option of the sort field.
    • setDataOption

      void setDataOption(SortDataOption value)
      Sets the data option of the sort field.
    • getOrder

      SortOrder getOrder()
      Gets the sort order.
    • setOrder

      void setOrder(SortOrder value)
      Sets the sort order.
    • getCustomValues

      String getCustomValues()
      Gets the custom value list, such as:3,2,5,1.

      If the property is not empty string, the order is by customValues.

    • setCustomValues

      void setCustomValues(String value)
      Sets the custom value list, such as:3,2,5,1.