Interface IRadioGroupModel<T>

    • Method Detail

      • getItems

        Collection<T> getItems()
        Returns a collection of items.

        Each item is a option of the radio group.

        Returns:
        a collection of items, never null.