com.vaadin.flow.internal.nodefeature.

Class PollConfigurationMap

  • All Implemented Interfaces:

    Serializable


    public class PollConfigurationMap
    extends NodeMap

    A node map for storing configuration for polling.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • PollConfigurationMap

        public PollConfigurationMap(StateNode node)

        Creates a new map for the given node.

        Parameters:

        node - the node that the map belongs to

    • Method Detail

      • setPollInterval

        public void setPollInterval(int pollInterval)

        Sets the poll interval.

        Parameters:

        pollInterval - the interval

        See Also:

        UI.setPollInterval(int)

      • getPollInterval

        public int getPollInterval()

        Gets the poll interval.

        Returns:

        the poll interval

        See Also:

        UI.getPollInterval()