Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
The ace:list needs to have a 'read only' mode that prevents modification of the backing list, as this is a property of f:selectItems we'll need to enforce. There may be other peculiarities to the adoption of selectItem backings.
The list should support a reduced size 'selection' style mode better suited for busy text form layout.
There is also discussion of enhancing the list to have an editable 'combobox' functionality, though this may be better suited to one of the 'menu' components or at least spun into another JIRA.
The list should support a reduced size 'selection' style mode better suited for busy text form layout.
There is also discussion of enhancing the list to have an editable 'combobox' functionality, though this may be better suited to one of the 'menu' components or at least spun into another JIRA.
Activity
Nils Lundquist
created issue -
Nils Lundquist
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Ken Fyten
made changes -
Fix Version/s | 3.3 [ 10370 ] | |
Affects Version/s | 3.3 [ 10370 ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Assignee Priority | P3 [ 10012 ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Nils Lundquist
made changes -
Summary | ace:list selectOneMany enhancements | ace:list selectListBox enhancements |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33678 | Wed Feb 27 13:52:31 MST 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/list/ListSelectionMiniBean.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listSelectionMini.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33680 | Wed Feb 27 14:57:46 MST 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
|
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | P1 [ 10010 ] |
Nils Lundquist
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34013 | Thu Mar 21 16:55:04 MDT 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.css
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/list/listSelectionMini.xhtml |
Nils Lundquist
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Another key enhancement is to support the ability have disabled/enabled list rows, with disabled ones being unselectable.