| Package | Description |
|---|---|
| gwt.material.design.client.base | |
| gwt.material.design.client.base.mixin | |
| gwt.material.design.client.constants | |
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
WavesType |
MaterialWidget.getWaves() |
WavesType |
HasWaves.getWaves()
Get the waves type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialWidget.setWaves(WavesType waves) |
void |
HasWaves.setWaves(WavesType waves)
Sets the ripple effect of any material elements
|
| Constructor and Description |
|---|
AbstractButton(ButtonType type,
String text,
String bgColor,
WavesType waves) |
AbstractButton(String text,
String bgColor,
WavesType waves) |
| Modifier and Type | Method and Description |
|---|---|
WavesType |
WavesMixin.getWaves() |
| Modifier and Type | Method and Description |
|---|---|
void |
WavesMixin.setWaves(WavesType waves) |
| Modifier and Type | Method and Description |
|---|---|
static WavesType |
WavesType.fromStyleName(String styleName) |
static WavesType |
WavesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WavesType[] |
WavesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialCollapsibleItem.setWaves(WavesType waves) |
Copyright © 2016. All rights reserved.