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

Class PollConfigurationMap

  • All Implemented Interfaces:

    Serializable

    public class PollConfigurationMap
    extends NodeMap

    A node map for storing configuration for polling.

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

    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()