Introducing the PickList component
PickList is a dual list input component that is used for transferring data between two different collections with the following features:
- Drag-and-drop-based reordering
- Transition effects
- POJO support
- Filtering
- Captions
- Checkbox selection
- Client-server callbacks
PickList uses custom domain model org.primefaces.model.DualListModel
, which contains source and target lists.