Class CmsLoadingIndicator

java.lang.Object
com.vaadin.client.VLoadingIndicator
org.opencms.ui.client.CmsLoadingIndicator

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

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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
  • Constructor Details

  • Method Details

    • getElement

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