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.
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