ICEfaces
  1. ICEfaces
  2. ICE-11173

ace:list - Add filtering and sorting capabilities

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-4.1.0.GA, EE-3.3.0.GA_P04
    • Fix Version/s: EE-4.2.0.GA, EE-3.3.0.GA_P05
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      Feature Request: A customer is requesting the ability to do sorting and filtering using the complex block objects of the ace:list component. This functionality will work in the same way the sorting and filtering is done on the ace:dataTable.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51687 Thu Jun 22 14:14:29 MDT 2017 art.zambrano ICE-11173 added list headers to sorting and filtering demos
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listSorting.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listFiltering.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51686 Thu Jun 22 14:13:09 MDT 2017 art.zambrano ICE-11173 added header and footer facets in Meta class; fixed issue with footer facet only showing when the header facet is specified
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51648 Thu Jun 15 15:47:46 MDT 2017 art.zambrano ICE-11173 a more thorough adjustment to even out the whitespace around the filter field
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51647 Thu Jun 15 15:34:09 MDT 2017 art.zambrano ICE-11173 modified ace:list > Filtering demo to display all items in one column; changed data set to that of ace:dataTable > Filtering demo to display more results; made list scrollable
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listFiltering.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/list/ListFilteringBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51646 Thu Jun 15 15:11:28 MDT 2017 art.zambrano ICE-11173 clicking anywhere in the header will toggle the current sort order; when an arrow has focus, keyboard spacebar or enter will activate/toggle the sort; added some whitespace to the top of the filter field to make it look more even an all sides
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51606 Thu Jun 08 12:03:55 MDT 2017 art.zambrano ICE-11173 fixed issues with sorting and reordering; added sort and filter ajax events
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51572 Tue May 30 11:53:53 MDT 2017 art.zambrano ICE-11173 fix for reordering issue
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51569 Fri May 26 15:11:08 MDT 2017 art.zambrano ICE-11173 fix to prevent NPEs, by making more explicit checks to see if sorting is taking place
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51568 Fri May 26 14:42:55 MDT 2017 art.zambrano ICE-11173 ace:list sorting and filtering demos
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/list/ListSortingBean.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listSorting.xhtml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/menu/data/CentralDataList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listFiltering.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/list/ListFilteringBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51567 Fri May 26 14:41:05 MDT 2017 art.zambrano ICE-11173 fixed positioning of sort controls
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51560 Thu May 25 13:43:53 MDT 2017 art.zambrano ICE-11173 added sorting capabilities to ace:list
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/SortState.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51550 Tue May 23 15:50:47 MDT 2017 art.zambrano ICE-11173 added filtering capabilities to ace:list, including all the features and modes already supported by ace:dataTable
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/FilterType.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/util/collections/PropertyConstraintPredicate.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/FilterState.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/util/collections/RangeConstraintPredicate.java

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: