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.
|
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. |
Constructor and Description |
---|
MenuCombo(Button btn)
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.