You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2009/12/29 09:44:29 UTC

[jira] Created: (CAY-1350) Implement memorized sorting of modeler columns

Implement memorized sorting of modeler columns
----------------------------------------------

                 Key: CAY-1350
                 URL: https://issues.apache.org/jira/browse/CAY-1350
             Project: Cayenne
          Issue Type: Improvement
          Components: CayenneModeler GUI
    Affects Versions: 3.1M1
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik


Per CAY-1251 columns in various tables in the Modeler can now be resized and reordered, with all user selections saved in local preferences. Here is another related improvement - allow users to click on the column headers and sort the items in the table. First click sorts ascending, second - descending. Only one column can be used for sorting at a time. Sort selection is memorized in prefrences for each table type.

Note that some tables are not sortable, as the displayed ordering is significant in Cayenne. Namely all callback / listener methods and stored procedure parameters. Those should be left unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAY-1350) Implement memorized sorting of modeler columns

Posted by "Ari Maniatis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795027#action_12795027 ] 

Ari Maniatis commented on CAY-1350:
-----------------------------------

That would be nice. For consistency of UI, the callback table could have an extra column titled "order" with a tooltip "Execution order of callback." It would have a simple numerical sort order value and the table would be sorted by that column by default. Other columns could still be sorted, but it would be obvious that the ordering was significant on one particular column.

> Implement memorized sorting of modeler columns
> ----------------------------------------------
>
>                 Key: CAY-1350
>                 URL: https://issues.apache.org/jira/browse/CAY-1350
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>
> Per CAY-1251 columns in various tables in the Modeler can now be resized and reordered, with all user selections saved in local preferences. Here is another related improvement - allow users to click on the column headers and sort the items in the table. First click sorts ascending, second - descending. Only one column can be used for sorting at a time. Sort selection is memorized in prefrences for each table type.
> Note that some tables are not sortable, as the displayed ordering is significant in Cayenne. Namely all callback / listener methods and stored procedure parameters. Those should be left unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1350) Implement memorized sorting of modeler columns

Posted by "Ksenia Khailenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ksenia Khailenko updated CAY-1350:
----------------------------------

    Attachment: 0001-CAY-1350-fixed.patch

> Implement memorized sorting of modeler columns
> ----------------------------------------------
>
>                 Key: CAY-1350
>                 URL: https://issues.apache.org/jira/browse/CAY-1350
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>         Attachments: 0001-CAY-1350-fixed.patch, 0001-CAY-1350.patch
>
>
> Per CAY-1251 columns in various tables in the Modeler can now be resized and reordered, with all user selections saved in local preferences. Here is another related improvement - allow users to click on the column headers and sort the items in the table. First click sorts ascending, second - descending. Only one column can be used for sorting at a time. Sort selection is memorized in prefrences for each table type.
> Note that some tables are not sortable, as the displayed ordering is significant in Cayenne. Namely all callback / listener methods and stored procedure parameters. Those should be left unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAY-1350) Implement memorized sorting of modeler columns

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1350.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1M1

> Implement memorized sorting of modeler columns
> ----------------------------------------------
>
>                 Key: CAY-1350
>                 URL: https://issues.apache.org/jira/browse/CAY-1350
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.1M1
>
>         Attachments: 0001-CAY-1350-fixed.patch, 0001-CAY-1350.patch
>
>
> Per CAY-1251 columns in various tables in the Modeler can now be resized and reordered, with all user selections saved in local preferences. Here is another related improvement - allow users to click on the column headers and sort the items in the table. First click sorts ascending, second - descending. Only one column can be used for sorting at a time. Sort selection is memorized in prefrences for each table type.
> Note that some tables are not sortable, as the displayed ordering is significant in Cayenne. Namely all callback / listener methods and stored procedure parameters. Those should be left unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAY-1350) Implement memorized sorting of modeler columns

Posted by "Ksenia Khailenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ksenia Khailenko updated CAY-1350:
----------------------------------

    Attachment: 0001-CAY-1350.patch

> Implement memorized sorting of modeler columns
> ----------------------------------------------
>
>                 Key: CAY-1350
>                 URL: https://issues.apache.org/jira/browse/CAY-1350
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: CayenneModeler GUI
>    Affects Versions: 3.1M1
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>         Attachments: 0001-CAY-1350.patch
>
>
> Per CAY-1251 columns in various tables in the Modeler can now be resized and reordered, with all user selections saved in local preferences. Here is another related improvement - allow users to click on the column headers and sort the items in the table. First click sorts ascending, second - descending. Only one column can be used for sorting at a time. Sort selection is memorized in prefrences for each table type.
> Note that some tables are not sortable, as the displayed ordering is significant in Cayenne. Namely all callback / listener methods and stored procedure parameters. Those should be left unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.