| 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 |
|---|---|
ButtonColor |
Button.getColor()
Returns the coloring option of the button.
|
static ButtonColor |
ButtonColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonColor[] |
ButtonColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Button |
Button.createFlat(ButtonColor color,
Ripple ripple,
String text)
A flat button is very similar to a raised button.
|
static Button |
Button.createIcon(ButtonColor color,
Ripple ripple,
String icon)
Setup an icon material button.
|
static Button |
Button.createRaised(ButtonColor color,
Ripple ripple,
String text)
Setup a raised material button.
|
void |
Button.setColor(ButtonColor inputColor)
Setup the coloring option of the button.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.