List
and its weight is the number
of elements.omnifaces.ListConverter
is intented for use in specialized selection components which doesn't
use SelectItem
s as the source for their selectable items, but work directly via a List
of entities,
and therefore the SelectItemsConverter
isn't usable on them.omnifaces.ListIndexConverter
is a variant of the ListConverter
which automatically converts
based on the position (index) of the selected item in the list instead of the Object.toString()
of the selected
item.Copyright © 2012–2016 OmniFaces. All rights reserved.