ICEmobile
  1. ICEmobile
  2. MOBI-958

Online Status Component Support

    Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE 1.3.0.GA_P01
    • Fix Version/s: 1.3.1
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      n/a

      Description

      It would be useful for different components to have online/offline event callbacks. General support will allow multiple components to be easily refactored with online/offline event support.

        Activity

        Hide
        Philip Breau added a comment - - edited

        <mobi:fieldsetGroup> support complete

        Revision: 39272
        Author: philip.breau
        Date: December-10-13 8:51:40 PM
        Message:
        MOBI-958
        Online Status Component Support


        Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroup.java
        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupMeta.java
        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupRenderer.java
        Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListener.java
        Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListenerUtil.java

        Show
        Philip Breau added a comment - - edited <mobi:fieldsetGroup> support complete Revision: 39272 Author: philip.breau Date: December-10-13 8:51:40 PM Message: MOBI-958 Online Status Component Support Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroup.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupRenderer.java Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListener.java Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListenerUtil.java
        Hide
        Philip Breau added a comment -

        Revision: 39275
        Author: philip.breau
        Date: December-11-13 12:26:29 PM
        Message:
        MOBI-958
        Online Status Component Support

        • add support to mobi:outputList

          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputList.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListMeta.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListRenderer.java

        Show
        Philip Breau added a comment - Revision: 39275 Author: philip.breau Date: December-11-13 12:26:29 PM Message: MOBI-958 Online Status Component Support add support to mobi:outputList Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputList.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListRenderer.java
        Hide
        Philip Breau added a comment -

        Revision: 39418
        Author: philip.breau
        Date: December-12-13 8:30:34 AM
        Message:
        MOBI-958
        Online Status Component Support

        • change attribute names to standard lower-case

          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupMeta.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListMeta.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListener.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListenerUtil.java

        Show
        Philip Breau added a comment - Revision: 39418 Author: philip.breau Date: December-12-13 8:30:34 AM Message: MOBI-958 Online Status Component Support change attribute names to standard lower-case Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/fieldset/FieldSetGroupMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/list/OutputListMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListener.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusListenerUtil.java
        Hide
        Philip Breau added a comment -

        Revision: 39419
        Author: philip.breau
        Date: December-12-13 9:33:57 AM
        Message:
        MOBI-958
        Online Status Component Support

        • add support to mobi:commandButton

          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButton.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java

        Show
        Philip Breau added a comment - Revision: 39419 Author: philip.breau Date: December-12-13 9:33:57 AM Message: MOBI-958 Online Status Component Support add support to mobi:commandButton Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButton.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java

          People

          • Assignee:
            Philip Breau
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: