Class MprLoadingIndicator

java.lang.Object
com.vaadin.client.VLoadingIndicator
com.vaadin.mpr.core.client.MprLoadingIndicator

public class MprLoadingIndicator extends com.vaadin.client.VLoadingIndicator
Custom MPR loading indicator that links the Legacy Vaadin and Platform Vaadin loading indicators, so that the loading indicator is show as long as one of them is still loading.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.user.client.Element
     
    void
     
    boolean
     
    void
     

    Methods inherited from class com.vaadin.client.VLoadingIndicator

    ensureTriggered, getConnection, getFirstDelay, getSecondDelay, getThirdDelay, setFirstDelay, setSecondDelay, setThirdDelay, trigger

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MprLoadingIndicator

      public MprLoadingIndicator()
  • Method Details

    • show

      public void show()
      Overrides:
      show in class com.vaadin.client.VLoadingIndicator
    • hide

      public void hide()
      Overrides:
      hide in class com.vaadin.client.VLoadingIndicator
    • isVisible

      public boolean isVisible()
      Overrides:
      isVisible in class com.vaadin.client.VLoadingIndicator
    • getElement

      public com.google.gwt.user.client.Element getElement()
      Overrides:
      getElement in class com.vaadin.client.VLoadingIndicator