1. Panel position after dragging icefaces.org |
2. render panel differently when dragging icefaces.org |
3. Single drag start event icefaces.org |
4. Popup & Draggable Panel Position icefaces.org |
5. Dragging between tables (and nowhere else) icefaces.org |
6. datatable with draggable rows icefaces.org |
7. multi-select drag icefaces.orgi'm trying to build a typical available/selected list chooser. basically, two list boxes where the use can move items between the two lists. because i wanted to allow drag and drop between the two lists, i started by modeling this as two one-column tables. because the DnD attributes are only for panelGroups, i didn't see a way to make the standard ... |
8. change the drag graphic? icefaces.org |
9. Position of Components after dragging icefaces.org |
11. panelPopup autoCentre and draggable in 1.8 icefaces.orgCould anyone explain to me why the release notes for v1.8.0 state... "The ice:panelPopup component has been improved to support using both "autoCentre" or "autoPosition" and "draggable" attributes at the same time. When either "autoCentre" or "autoPosition" are set to true as well as "draggable=true", the panelPopup will initially be positioned as defined by "autoCentre" or "autoPosition". However, if the panelPopup ... |
12. Is it possible to receive a single DRAG_START Event? icefaces.org |
13. draggable Panels automatic repositioning icefaces.org |
14. draggable and position icefaces.org |
15. Multiple ice:panelPopup - Drag fails under certain cercumstances icefaces.org |
16. Drag'n'grop exception icefaces.org |
17. Draggable panels into a fixed area icefaces.org |
18. Problem with disabling draggable option icefaces.org |
19. Is it possible to make rows of dataTable draggable? icefaces.orgHi, I did not yet try to use drag and drop on complete table rows, but what you can do is to use the drag and drop feature on table cells what would be pretty much the same in the end. Just put a draggable/droppable panelGroup inside your column tag. The rest is equivalent to the default usage of drag and ... |
20. Pressing "escape" while dragging items icefaces.orgThere is a problem with pressing the escape-button while dragging around a panelGroup in Icefaces. If the button is pressed, the dragged item is dropped at the current mouse position and no further events are invoked. Therefore it would be nice that on pressing "escape" the drag item is put back in it's old position and so the drag is cancelled ... |
21. draggable panelPopup icefaces.orgHi there! I was playing today with the panelPopup component and I noticed something quite odd: if you make it draggable and drag it ... it generates a server side activity. That's odd in the first place, but I said ... well, maybe it's for saving position or something like that. But the biggest problem is that it performs actually a ... |
22. Draggable Columns in datatable? icefaces.org |
23. Draggable panel popup refreshes when it is dragged icefaces.org |
24. Change Draggable State icefaces.org |
25. Multiple Draggable Popups icefaces.org |
26. drag_cancel in dragMask icefaces.org |
27. Loss of visibility when dragging....picture attached icefaces.orgHopefully the attached screenshot will make this simpler to explain. the tree on the left hand panel acts as a menu from which options can be dragged to the right hand tree. Both the left hand menu panel, and the right hand tree are contained in popup panels. The left hand menu is autoPositioned so that as the right hand tree ... |
29. Invalid TargetClientId in Drag Events? icefaces.orgI'm setting up a page where I have multiple drop targets, and I need to get a handle to the actual HtmlPanelGroup that received the drop. In the drag listener, I do this: String id = e.getTargetClientId(); HtmlPanelGroup target=(HtmlPanelGroup)FacesContext.getCurrentInstance().getViewRoot().findComponent(id); where e is the DragEvent passed into the listener. The problem is, target always ends up "null", even though I've checked the ... |
30. How to draw lines between Draggable objects? icefaces.org |
31. Drag item does not overlap selectOneMenu icefaces.org |