Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.x ACE Components
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add a new ace:buttonGroup container component.
This container would provide the following features:
- A visual border around the buttons (CSS/Theme)
- Optional mutual exclusivity between buttons in the group (only one checkboxButton in the group can be selected at one time, selecting a new checkboxButton deselects the previously selected one.
- Optional Header label and facet support.
This container would provide the following features:
- A visual border around the buttons (CSS/Theme)
- Optional mutual exclusivity between buttons in the group (only one checkboxButton in the group can be selected at one time, selecting a new checkboxButton deselects the previously selected one.
- Optional Header label and facet support.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | yip.ng [ yip.ng ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] |
Attachment | screenshot-01.png [ 16177 ] |
Attachment | screenshot-01.png [ 16177 ] |
Attachment | screenshot-01.png [ 16178 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37280 | Tue Jul 30 17:24:34 MDT 2013 | yip.ng | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Attachment | screenshot-02.png [ 16181 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37298 | Thu Aug 01 15:08:56 MDT 2013 | yip.ng | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37347 | Thu Aug 08 16:21:50 MDT 2013 | yip.ng | |
Files Changed | ||||
![]() |
Assignee | yip.ng [ yip.ng ] | Arturo Zambrano [ artzambrano ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38263 | Mon Sep 23 15:37:04 MDT 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Assignee | Arturo Zambrano [ artzambrano ] | Judy Guglielmin [ judy.guglielmin ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] | Mircea Toma [ mircea.toma ] |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] | |
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Rendering and styling done as required in JIRA Description: screenshot-01.png
. That's the easy part. Next is the more difficult task of enforcing mutual exclusivity.
A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\buttongroup#37280
A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\buttongroup\ButtonGroup.java#37280
A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\buttongroup\ButtonGroupMeta.java#37280
A: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\buttongroup\ButtonGroupRenderer.java#37280