| Package | Description |
|---|---|
| com.github.ilyes4j.gwt.mdl.components.buttons |
Buttons related compounds that work together to bring mdl buttons to GWT.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonType |
Button.getType()
Return the material button type provided by one of the options in
ButtonType. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Button.setType(ButtonType inputType)
The material button type indicates how it renders and what options can be
applied to tweak its appearance.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.