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.toggles |
Material look and feel for toggle based components (check boxes and radio
buttons).
|
com.github.ilyes4j.gwt.mdl.extensions.flips |
Resources for the flip component.
|
Modifier and Type | Class and Description |
---|---|
class |
Button
A Material
Button can take many shapes. |
class |
ButtonBase
All behaviors expected from a material button are here.
|
Modifier and Type | Class and Description |
---|---|
class |
Checkbox
A check box is a material component that provides all the features already
found in the regular GWT
CheckBox Widget. |
class |
CheckboxBase<T extends Enum<T>>
This class is the base structure for the material toggle-based components.
|
class |
CheckBoxStyleOperator
A face switcher for material check boxes
|
class |
RadioButton
A mutually-exclusive selection radio button widget.
|
class |
RadioStyleOperator
Material face manager for the material radio button.
|
class |
ToggleStyleOperator<T extends Enum<T>>
This class encapsulates the material side of toggle-based components.
|
Modifier and Type | Class and Description |
---|---|
class |
Flip
A Flip is not an official mdl component but a cross breeding between a button
and a toggle.
|
class |
FlipStyleOperator
A face switcher for material flips with button-like faces.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.