Class WDefaultLoadingIndicator


public class WDefaultLoadingIndicator extends WLoadingIndicator
A default loading indicator.

The default loading indicator displays the text message Loading... in the right top corner of the window.

CSS

This widget does not provide styling, and can be styled using inline or external CSS as appropriate.

i18n

The strings used in this class can be translated by overriding the default values for the following localization keys:

  • Wt.WDefaultLoadingIndicator.Loading: Loading...

See Also:
  • Constructor Details

  • Method Details

    • getWidget

      public WWidget getWidget()
    • setMessage

      public void setMessage(CharSequence text)
      Description copied from class: WLoadingIndicator
      Sets the message that you want to be displayed.

      If the indicator is capable of displaying a text message, then you should reimplement this method to allow this message to be modified.

      Specified by:
      setMessage in class WLoadingIndicator