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

      • 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.