You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.internal.nodefeature.

Class SerializableNodeList<T extends Serializable>

    • Constructor Detail

      • SerializableNodeList

        protected SerializableNodeList​(StateNode node)

        Creates a new list for the given node.

        Parameters:

        node - the node that the list belongs to

    • Method Detail

      • add

        protected void add​(int index,
                           T item)

        Description copied from class: NodeList

        Inserts an item at the given index of the list.

        Overrides:

        add in class NodeList<T extends Serializable>

        Parameters:

        index - index to insert at

        item - the item to insert