public interface IValueSortField extends ISortField
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomValues()
Gets the custom value list, such as:3,2,5,1.
|
SortDataOption |
getDataOption()
Gets the data option of the sort field.
|
SortOrder |
getOrder()
Gets the sort order.
|
void |
setCustomValues(java.lang.String value)
Sets the custom value list, such as:3,2,5,1.
|
void |
setDataOption(SortDataOption value)
Sets the data option of the sort field.
|
void |
setOrder(SortOrder value)
Sets the sort order.
|
getKey, getPriority, getSortOn, setPrioritySortDataOption getDataOption()
void setDataOption(SortDataOption value)
SortOrder getOrder()
void setOrder(SortOrder value)
java.lang.String getCustomValues()
If the property is not empty string, the order is by customValues.
void setCustomValues(java.lang.String value)