Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace jsf2
-
ICEsoft Forum Reference:
Description
Ability to remove items from an ace:list component would be useful.
An added configurable feature would be ability to include a confirmation dialog in the process.
An added configurable feature would be ability to include a confirmation dialog in the process.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ken Fyten [ ken.fyten ] |
| Fix Version/s | EE-4.2.0.GA [ 13071 ] |
| Fix Version/s | 4.3 [ 13096 ] | |
| Fix Version/s | EE-4.2.0.GA [ 13071 ] |
| Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52239 | Tue Jan 23 09:57:38 MST 2018 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52499 | Thu Jun 28 11:02:58 MDT 2018 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/listcontrol/ListControlRenderer.java
ADD
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/event/ListRemoveEvent.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ACEList.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListDecoder.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/list/ListRenderer.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Two ways around this with existing code:-
1)currently could create another "garbage" list and drag items there with an additional button to clean out the garbage or put it on a timer with push to clean it every so often.
2) use similar to following code:_
Could use ace:pushButton with <ace:ajax onStart="...."/> to open a confirmationDialog as well.
but this would require
ICE-11229which has been recently been fixed. (rev. 51373).