Class CmsLoadingIndicator


  • public class CmsLoadingIndicator
    extends com.vaadin.client.VLoadingIndicator
    Replacement for the standard Vaadin loading indicator which adds some custom HTML.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.user.client.Element getElement()  
      • Methods inherited from class com.vaadin.client.VLoadingIndicator

        ensureTriggered, getConnection, getFirstDelay, getSecondDelay, getThirdDelay, hide, isVisible, setFirstDelay, setSecondDelay, setThirdDelay, show, trigger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getElement

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