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.components.toggles |
Material look and feel for toggle based components (check boxes and radio
buttons).
|
Modifier and Type | Method and Description |
---|---|
Ripple |
ButtonBase.getRipple()
Returns the ripple option of the button.
|
Ripple |
Button.getRipple() |
Modifier and Type | Method and Description |
---|---|
static Button |
Button.createFab(ButtonColor 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(ButtonColor 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.
A raised button is a rectangular and elevated button that has a text for content. |
void |
ButtonBase.setRipple(Ripple inputRipple)
Setup the ripple option of the button.
|
void |
Button.setRipple(Ripple inputRipple) |
Modifier and Type | Method and Description |
---|---|
Ripple |
HasRipple.getRipple()
Returns whether this component have a ripple.
|
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 |
---|---|
Map<Ripple,String> |
RippleSwitcher.getMappings() |
Modifier and Type | Method and Description |
---|---|
void |
HasRipple.setRipple(Ripple ripple)
indicate whether this component should have a ripple.
|
Modifier and Type | Method and Description |
---|---|
Ripple |
ToggleStyleOperator.getRipple() |
Ripple |
CheckboxBase.getRipple() |
Modifier and Type | Method and Description |
---|---|
void |
ToggleStyleOperator.setRipple(Ripple inputRipple) |
void |
CheckboxBase.setRipple(Ripple inputRipple) |
Copyright © 2016 com.github.ilyes4j. All rights reserved.