Class IterableProperty<T,​C extends Iterable<T>,​B extends Bean>

  • Type Parameters:
    T - The element type in the collection
    C - The collection type in the bean
    B - The container Bean type
    All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ListProperty, PageProperty, SetProperty

    public abstract class IterableProperty<T,​C extends Iterable<T>,​B extends Bean>
    extends Property<C,​B>
    A base class for collection properties. Contains the element type
    See Also:
    Serialized Form