Package | Description |
---|---|
gwt.material.design.client.constants | |
gwt.material.design.client.ui |
Modifier and Type | Method and Description |
---|---|
static LoaderSize |
LoaderSize.fromStyleName(String styleName) |
static LoaderSize |
LoaderSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderSize[] |
LoaderSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoaderSize |
MaterialPreLoader.getLoaderSize() |
LoaderSize |
MaterialPreLoader.getSize() |
Modifier and Type | Method and Description |
---|---|
protected CssNameMixin<MaterialPreLoader,LoaderSize> |
MaterialPreLoader.getSizeMixin() |
Modifier and Type | Method and Description |
---|---|
void |
MaterialPreLoader.setLoaderSize(LoaderSize size)
Same as
MaterialPreLoader.setSize(LoaderSize) , but will not clash with UIObject.setSize(String, String) |
void |
MaterialPreLoader.setSize(LoaderSize size)
Sets the size of the pre loader.
|
Copyright © 2018. All rights reserved.