ICEmobile
  1. ICEmobile
  2. MOBI-113

allow outputList to take a list of items as input

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.0 Final
    • Fix Version/s: 1.1 Final
    • Component/s: None
    • Labels:
      None
    • Environment:
      jsf 2, icefaces 2, mobile

      Description

      outputList should be able to take a list of items as input which can be rendered as a group with the same type of item display (thumb or default).
      in this format, the outputList will then use itemStyle (to overwrite style) and itemType (for thumb or default) so the renderer can display the items properly. If mixed type is required, then users should use the old style of formatting

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26330 Fri Nov 11 11:27:30 MST 2011 judy.guglielmin MOBI-113 refactored Carousel to use new BaseLayoutRenderer that OutputList now also uses.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layoutComponents.html
        Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
        Commit graph ADD /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/ListBean.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/CarouselBean.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/carousel/CarouselRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListMeta.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/utils/BaseLayoutRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/carousel/CarouselMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.util/component.js
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26331 Fri Nov 11 11:29:14 MST 2011 judy.guglielmin MOBI-113 don't need <h:column> unless using UICommand type component on form submission
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
        Judy Guglielmin created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26358 Tue Nov 15 07:17:17 MST 2011 judy.guglielmin MOBI-113 fixed last minute tweak to ensure when var is not used the original format works with OutputListItem components as children.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Hide
        Patrick Corless added a comment -

        I haven't had a chance to test the new new "var" attribute for list iteration but I have notice a serious regression. The outputList component no longer renders it's children if "var" is not supplied. This breaks all of our demos.

        If it is not possible to create a dual mode component then a new outputListSeries component should be created.

        Show
        Patrick Corless added a comment - I haven't had a chance to test the new new "var" attribute for list iteration but I have notice a serious regression. The outputList component no longer renders it's children if "var" is not supplied. This breaks all of our demos. If it is not possible to create a dual mode component then a new outputListSeries component should be created.
        Patrick Corless made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
        Hide
        Judy Guglielmin added a comment -

        fixed rev 26358

        Show
        Judy Guglielmin added a comment - fixed rev 26358
        Judy Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26402 Wed Nov 16 15:22:06 MST 2011 judy.guglielmin MOBI-113 restored pre-list use for OutputList and still working on OutputListItems which will allow use of lists for groups.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26403 Wed Nov 16 15:41:38 MST 2011 judy.guglielmin MOBI-113 removed reference to OutputListItems as it hasn't been checked in yet.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/input-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/timespinner/iphone/default-time.css
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItems.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/build.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/inputComponents/timeSpinner.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.util/component.js
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/stylesheet/DeviceStyleSheetRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26407 Wed Nov 16 16:37:40 MST 2011 patrick.corless MOBI-113 backing out changes from r26403.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/input-example.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/timespinner/iphone/default-time.css
        Commit graph DEL /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItems.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/build.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/inputComponents/timeSpinner.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
        Commit graph DEL /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/resources/org.icefaces.component.util/component.js
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/stylesheet/DeviceStyleSheetRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Commit graph DEL /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26409 Wed Nov 16 17:12:01 MST 2011 judy.guglielmin MOBI-113 remove reference to outputListItems until it's working and fully checked in.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26410 Wed Nov 16 17:47:13 MST 2011 judy.guglielmin MOBI-113 fully working for samples and tests in mobitest. See lists2.xhtml for use of outputListItems with other outputList markup
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItems.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/layout/lists2.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/java/org/icefaces/mobile/ListBean.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsRenderer.java
        Commit graph ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/list/OutputListItemsMeta.java
        Migration made changes -
        Fix Version/s 1.1 Final [ 10343 ]
        Migration made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: