Package com.vaadin.ui

Class ProgressIndicator

    • Constructor Detail

      • ProgressIndicator

        public ProgressIndicator()
        Deprecated.
        Creates an a new ProgressIndicator.
      • ProgressIndicator

        public ProgressIndicator​(float value)
        Deprecated.
        Creates a new instance of ProgressIndicator with given state.
        Parameters:
        value -
      • ProgressIndicator

        public ProgressIndicator​(Property contentSource)
        Deprecated.
        Creates a new instance of ProgressIndicator with state read from the given datasource.
        Parameters:
        contentSource -
    • Method Detail

      • getState

        protected ProgressIndicatorState getState()
        Deprecated.
        Description copied from class: AbstractComponent
        Returns the shared state bean with information to be sent from the server to the client. Subclasses should override this method and set any relevant fields of the state returned by super.getState().
        Overrides:
        getState in class ProgressBar
        Returns:
        updated component shared state
      • setPollingInterval

        public void setPollingInterval​(int pollingInterval)
        Deprecated.
        Sets the interval that component checks for progress.
        Parameters:
        pollingInterval - the interval in milliseconds.
      • getPollingInterval

        public int getPollingInterval()
        Deprecated.
        Gets the interval that component checks for progress.
        Returns:
        the interval in milliseconds.