hdp
Tag sortOption


This JSF tag ('sortOption') is a selection item (<option>) and must be nested inside the 'selectSort' Tag. It renders this selection item (<option>) for the dropdown (<select>).

Unless otherwise specified, all attributes accept static values or EL expressions.



Tag Information
Tag Classorg.hdpagination.web.jsf.tag.SortOptionTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
sortedColumntruefalsejava.lang.StringIt 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.

This value must be a static value.

labeltruefalsejava.lang.StringThe label for this selection item.
ascendingfalsefalsejava.lang.StringThis 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.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.