From the Primefaces 5.0's documentation concerning the PickList component:
PickList provides transfer as the default and only ajax behavior event that is fired when an item is moved from one list to the other. Example below demonstrates how to use this event.
However, my use case requires me to track changes if the order of the transfered items is being changed by the user using the reordering buttons (shown using the showTargetControls
flag)
What are my options to keep track of the order of the elements in the Target list?
Edit Jan. 2015: As SJuan76 comment states: As per PF's version 5.1.9, 3 new events were added to the API: reorder, select, unselect. Source: https://code.google.com/p/primefaces/issues/detail?id=5945