Method Summary |
|
public static LoadingPanel | get() Returns the singleton instance. |
public void | hide() Hides the panel. |
public boolean | isEnabled() Returns true if enabled, false otherwise. |
public void | setEnabled(boolean enable) Enables and disables the loading panel. |
public void | show() Displays the panel filling the viewport. |
public void | show(String text) Desplays the panel filling the viewport. |
public void | show(Widget container) Displays the panel filling the given container. |
public void | show(Widget container, String text) Displays the panel filling the given container. |