public class MaterialLoader extends Object
If you have content that will take a long time to load, you should give the user feedback. For this reason we provide a number activity + progress indicators.
{@code
// FOR CIRCULAR LOADER
MaterialLoader.showLoading(true);
// FOR PROGRESS LOADER
MaterialLoader.showProgress(true);
| Constructor and Description |
|---|
MaterialLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showLoading(boolean isShow)
Show a circular loader.
|
static void |
showLoading(boolean isShow,
com.google.gwt.user.client.ui.Panel con) |
static void |
showProgress(boolean isShow)
Show a progress loader.
|
public MaterialLoader()
public static void showLoading(boolean isShow)
public static void showLoading(boolean isShow, com.google.gwt.user.client.ui.Panel con)
public static void showProgress(boolean isShow)
Copyright © 2016. All rights reserved.