Class UISelectItemGroups

    • Field Detail

      • COMPONENT_TYPE

        public static final String COMPONENT_TYPE

        The standard component type for this component.

        See Also:
        Constant Field Values
    • Constructor Detail

      • UISelectItemGroups

        public UISelectItemGroups()
    • Method Detail

      • getValue

        public Object getValue()

        Iterate over the value attribute and wrap each item in a new SelectItemGroup instance whereby the item is exposed as a request attribute under the key specified by the var property. This must allow any nested UISelectItems or UISelectItem component to access the item via their attributes. Finally return these SelectItemGroup instances as an ordered collection.

        Overrides:
        getValue in class UISelectItems
        Returns:
        the value.