| Package | Description |
|---|---|
| gwt.material.design.client.base | |
| gwt.material.design.client.constants | |
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
ButtonType |
AbstractButton.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractButton.setType(ButtonType type) |
| Constructor and Description |
|---|
AbstractButton(ButtonType type) |
AbstractButton(ButtonType type,
String text) |
AbstractButton(ButtonType type,
String text,
String bgColor) |
AbstractButton(ButtonType type,
String text,
String bgColor,
WavesType waves) |
AbstractIconButton(ButtonType type) |
AbstractIconButton(ButtonType type,
String text) |
AbstractIconButton(ButtonType type,
String text,
MaterialIcon icon) |
| Modifier and Type | Method and Description |
|---|---|
static ButtonType |
ButtonType.fromStyleName(String styleName) |
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MaterialAnchorButton(ButtonType type) |
MaterialAnchorButton(ButtonType type,
String text,
MaterialIcon icon) |
MaterialButton(ButtonType type) |
MaterialButton(ButtonType type,
String text,
MaterialIcon icon) |
MaterialLink(ButtonType type,
String text,
MaterialIcon icon) |
Copyright © 2016. All rights reserved.