| 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.components.ripples |
Ripple related behaviors.
|
| com.github.ilyes4j.gwt.mdl.extensions.buttons |
Button-like components that are not part of the mdl project.
|
| Modifier and Type | Method and Description |
|---|---|
Ripple |
Button.getRipple()
Returns the ripple option of the button.
|
| Modifier and Type | Method and Description |
|---|---|
static Button |
Button.createFab(ButtonFabColor color,
Ripple ripple,
String icon)
Setup a fab material button.
|
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.createMiniFab(ButtonFabColor color,
Ripple ripple,
String icon)
Setup a mini fab material button.
|
static Button |
Button.createRaised(ButtonColor color,
Ripple ripple,
String text)
Setup a raised material button.
|
void |
Button.setRipple(Ripple inputRipple)
Setup the ripple option of the button.
|
| Modifier and Type | Method and Description |
|---|---|
static Ripple |
Ripple.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ripple[] |
Ripple.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 |
ImgButton.createFabI(ButtonFabColor color,
Ripple ripple,
com.google.gwt.user.client.ui.Image img)
Setup a fab button.
|
static Button |
ImgButton.createIconI(Ripple ripple,
com.google.gwt.user.client.ui.Image img)
Setup an icon 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.