[ 
https://issues.apache.org/jira/browse/TRINIDAD-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185839#comment-13185839
 ] 

Jing Wu commented on TRINIDAD-2202:
-----------------------------------

To support case insensitive sort, we proposed the following enhancements:

(1) Add a new column property sortStrength, the supported values are "Primary", 
"Secondary", "Tertiary"  and "Identical". Default value is "Identical".
(2) Add a new enum type SortStrength to work with Collator's strength values.
(3) Add a new state of type SortStrength to SortCriterion
(4) Modify ColumnGroupRenderer to retrieve sortStrength value and add it as 
part of Sort state.
(5) Modify TableRenderer to interpret the sort state and construct 
SortCriterion accordingly.
(6) Modify SortableModel to implement case insensitive sort.

                
> Support case insensitive sort
> -----------------------------
>
>                 Key: TRINIDAD-2202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2202
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Infrastructure
>    Affects Versions:  1.2.12-plugins 
>         Environment: this is environment independent.
>            Reporter: Jing Wu
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> This is to support case insensitive sort. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to