| Package | Description |
|---|---|
| com.github.ilyes4j.gwt.mdl.components.buttons |
Buttons related compounds that work together to bring mdl buttons to GWT.
|
| com.github.ilyes4j.gwt.mdl.extensions.buttons |
Button-like components that are not part of the mdl project.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonFabColor |
Button.getFabColor()
Returns the coloring option of the button.
|
static ButtonFabColor |
ButtonFabColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonFabColor[] |
ButtonFabColor.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.createFab(ButtonFabColor color,
Ripple ripple,
String icon)
Setup a fab material button.
|
static Button |
Button.createMiniFab(ButtonFabColor color,
Ripple ripple,
String icon)
Setup a mini fab material button.
|
void |
Button.setFabColor(ButtonFabColor inputFabColor)
Setup the coloring option of the button.
|
| Modifier and Type | Method and Description |
|---|---|
static Button |
ImgButton.createFabI(ButtonFabColor color,
Ripple ripple,
com.google.gwt.user.client.ui.Image img)
Setup a fab button.
|
static Button |
ImgButton.createMiniFabI(ButtonFabColor color,
Ripple ripple,
com.google.gwt.user.client.ui.Image img)
Setup a mini fab material button.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.