| 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.menus |
Menu related compounds that work together to bring mdl menus 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 |
|---|---|
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.
|
| Constructor and Description |
|---|
MenuCombo(Button btn)
Setup a
MenuCombo. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImgButton
A Material Fab and Icon button that has an
Image instead of a
material icon. |
| 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.