Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: All
Platform: PC
-
Support Case References:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
We need a new mechanism to support the ability for developers to define a
logical group for selectOneRadio components.
selectOneRadio components that are assigned to the same logical group will
affect each others state as follows:
1. Only one selectOneRadio component can be selected at one time in a logical
group.
2. Selecting a selectOneRadio component will automatically deselect any
previously selected selectOneRadio component in the same logical group.
This mechanism will make it possible to have multiple logical groupings of
selecOneRadio components on the same page, whereas today all selectOneRadio
components interact with each other on the same page, which is very limiting.
This concept is similar to the logical grouping of valid target
panelPositionable components so we should ensure that the mechanism used to
define the member groups in both cases is consistent.
logical group for selectOneRadio components.
selectOneRadio components that are assigned to the same logical group will
affect each others state as follows:
1. Only one selectOneRadio component can be selected at one time in a logical
group.
2. Selecting a selectOneRadio component will automatically deselect any
previously selected selectOneRadio component in the same logical group.
This mechanism will make it possible to have multiple logical groupings of
selecOneRadio components on the same page, whereas today all selectOneRadio
components interact with each other on the same page, which is very limiting.
This concept is similar to the logical grouping of valid target
panelPositionable components so we should ensure that the mechanism used to
define the member groups in both cases is consistent.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15171 | Tue Nov 13 17:39:36 MST 2007 | yip.ng | Added implementation of checkboxes with a "spread" layout as in MyFaces. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/SelectManyCheckboxListRenderer.java
ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-checkbox-props.xml ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-checkbox-renderer.xml ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-checkbox-component.xml MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlCheckbox.java MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/faces-config.xml |