Class TemplateModelListProxy<T>

  • Type Parameters:
    T - the type of items in the list
    All Implemented Interfaces:
    Serializable, Iterable<T>, Collection<T>, List<T>

    @Deprecated
    public class TemplateModelListProxy<T>
    extends AbstractList<T>
    implements Serializable
    Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
    A list implementation which uses a ModelList in a StateNode as the data source.

    For internal use only. May be renamed or removed in a future release.

    Since:
    1.0
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form