| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.hdpagination.web.taglib.SortByOptionTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| sortedColumn | true | true | java.lang.String | It will be appended to "order by" clause of SQL or ORM statement. It's tag user's responsibility to make sure the value of this property is mapped to table column or Bean property correctly and satisfy the related Database SQL or ORM Query syntax |
| label | true | true | java.lang.String | The label for this selection item. |
| ascending | false | true | java.lang.String | This property is used to indicate whether the search result should be sorted in ascending or descending order. Valid value for the setting is "true", "false", "yes" and "no" (case insensitive). Value of "true" or "yes" means ascending order; "false" or "no" means descending order. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||