Interface IValueSortField
- All Superinterfaces:
ISortField
- All Known Implementing Classes:
ValueSortField
public interface IValueSortField
extends ISortField
Represents the sort field by cell value (ascending or descending or custom value list).
-
Method Summary
Gets the custom value list, such as:3,2,5,1.
Gets the data option of the sort field.
void
Sets the custom value list, such as:3,2,5,1.
void
Sets the data option of the sort field.
void
-
Method Details
-
getDataOption
Gets the data option of the sort field.
-
setDataOption
Sets the data option of the sort field.
-
getOrder
Gets the sort order.
-
setOrder
Sets the sort order.
-
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.