| Package | Description |
|---|---|
| gwt.material.design.client.constants | |
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.fromStyleName(String styleName) |
static ImageType |
ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageType |
MaterialImage.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialImage.setType(ImageType type) |
| Constructor and Description |
|---|
MaterialImage(com.google.gwt.resources.client.ImageResource resource,
ImageType type)
Creates an image from an ImageResource with Specific type.
|
MaterialImage(String url,
ImageType type)
Creates an image with Specific type.
|
Copyright © 2016. All rights reserved.