com.vaadin.flow.internal.change.

Class NodeDetachChange

  • All Implemented Interfaces:

    Serializable


    public class NodeDetachChange
    extends NodeChange

    Change describing that a node has been detached.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • NodeDetachChange

        public NodeDetachChange(StateNode node)

        Creates a new detach change.

        Parameters:

        node - the detached node

    • Method Detail

      • populateJson

        protected void populateJson(elemental.json.JsonObject json,
                                    ConstantPool constantPool)

        Description copied from class: NodeChange

        Overridden by subclasses to populate a JSON object when serializing.

        Specified by:

        populateJson in class NodeChange

        Parameters:

        json - the json object to populate

        constantPool - the constant pool to use for serializing constant pool references