2.11.5 SelectionList API
There are some small incompatible changes to this API:
- the getItems method now returns a List instead of an array. This change was done because it is easy to return an unmodifiable list, but for an array this requires cloning it each time.
- the StaticListItem.setValue() method has been removed. The value of a static selection list item is immutable after creation.
Previous