Sort
- Print
- PDF
Sort
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is a sorting criteria.
Syntax
The syntax is as follows.
private String direction;
private String property;
private Boolean ignoreCase;
private String nullHandling;
private Boolean ascending;
private Boolean descending;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
direction | String | Required | Sort direction
|
property | String | Required | Sorting criteria field name |
ignoreCase | Boolean | Required | Whether to be case sensitive when sorting
|
nullHandling | String | Required | Null handling method
|
ascending | Boolean | Required | Whether the sort direction is ascending (ASC )
|
descending | Boolean | Required | Whether the sort direction is descending (DESC )
|
Was this article helpful?