Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3.x, ACE comps
    • Assignee Priority:
      P2
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Add a new ace:radioButton component. This component will essentially be a clone of the ace:checkboxButton, but with radio-button images by default.

      Also, when used in conjunction with an ace:buttonGroup, the ace:radioButton components will be selected in a mutually exclusive manner.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38263 Mon Sep 23 15:37:04 MDT 2013 art.zambrano ICE-9476, ICE-9477 removed unnecessary lazy loading code that was causing error
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37880 Fri Sep 13 16:43:04 MDT 2013 art.zambrano ICE-9477 updated demos to adjust to latest changes and added documentation resources classes
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/ace/documentationResources/RadioButtonResources.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttongroup.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/ace/documentationResources/ButtonGroupResources.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobuttoncustom.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37879 Fri Sep 13 16:16:27 MDT 2013 art.zambrano ICE-9477 changed CSS class names; added selected and unselected state CSS class names; changed selection sequence: first deactivate other radio buttons and then activate this radio button (and send request once all buttons are in the correct state)
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37860 Thu Sep 12 13:27:23 MDT 2013 art.zambrano ICE-9477 added 'deactivate' ajax method; made component respect 'mutuallyExclusive' setting in ace:buttonGroup
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37839 Tue Sep 10 15:21:16 MDT 2013 art.zambrano ICE-9477 removed borders, background, and active styling from the radio button, leaving only the icon and hover styling
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37837 Tue Sep 10 14:44:41 MDT 2013 art.zambrano ICE-9477 updated demo to adjust to recent changes
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37836 Tue Sep 10 14:42:20 MDT 2013 art.zambrano ICE-9477 changed ace:radioButton behaviour to not deselect it when activating/clicking on it again; changed the component initialization procedure from lazy to eager; modified ace:buttonGroup to support other nested components and not only checkboxes and radio buttons; added label and labelPosition support to ace:radioButton; fixed issue with ace:buttonGroup having to be immediate parent in order for radio button to know its group id
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/buttongroup/ButtonGroupRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37448 Tue Aug 20 10:25:30 MDT 2013 art.zambrano ICE-9477 added demos for ace:radioButton and ace:buttonGroup; ICE-9496 fixed ace:chart location in the menu
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-selected-gray.png
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup/buttongroup.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-selected.png
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobutton.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/buttonGroup
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/buttonGroup/ButtonGroupBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/images/radio-unselected.png
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/AceMenu.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/buttonGroup
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/radioButton/radiobuttoncustom.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/radioButton/RadioButtonCustomBean.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37352 Fri Aug 09 00:07:16 MDT 2013 mark.collette ICE-9477: New ace:radioButton component.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37331 Wed Aug 07 17:42:48 MDT 2013 yip.ng ICE-9477: New ace:radioButton component.
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.css
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-highlight.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonRenderer.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-active.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-focus.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButton.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/radiobutton/RadioButtonMeta.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/radiobutton.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/radiobutton/background-disabled.gif

          People

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

            Dates

            • Created:
              Updated:
              Resolved: