Package | Description |
---|---|
com.github.ilyes4j.gwt.mdl.components |
Java implementation of mdl components to be available for GWT projects.
|
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.components.sliders |
Here sits all the ingredients for the slider component.
|
com.github.ilyes4j.gwt.mdl.components.textfields |
Material Text field components.
|
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.components.tooltips |
Here lives all the java resources related to the material design tooltip
component.
|
com.github.ilyes4j.gwt.mdl.extensions.flips |
Resources for the flip component.
|
com.github.ilyes4j.gwt.mdl.extensions.menus |
Menu-like components that are not provided by mdl.
|
Modifier and Type | Class and Description |
---|---|
class |
UpgradeHelper
Normalizing the management of upgrade and downgrade for mdl components.
|
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 | Interface and Description |
---|---|
interface |
IMenu
Every component that has menu related features should implement this
interface.
|
interface |
IMenuCombo
A menu combo is a menu that supports enabling and disabling.
|
Modifier and Type | Class and Description |
---|---|
class |
Menu
A
Menu is a wrapper for the
MaterialMenu component. |
class |
MenuCombo
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISlider
The slider component contract.
|
Modifier and Type | Class and Description |
---|---|
class |
Slider
A
SliderInput cannot be resized if it sits on its own. |
class |
SliderInput
The slider component.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpandingTextField
The expanding text field have all the feature you would expect from a
TextField . |
class |
MultilineTextField
|
class |
PasswordField
Same pattern as
TextField . |
class |
SingleLineTextField<T extends com.google.gwt.user.client.ui.TextBox>
Single line text field component.
|
class |
TextField
A
TextfieldBase wrapped around a TextBox . |
class |
TextfieldBase<T extends com.google.gwt.user.client.ui.TextBoxBase>
A base class for Material Text Fields.
|
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 |
Tooltip
A material design tooltip.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Dropdown
Is a
MenuCombo that has the ability to store the selected item. |
Copyright © 2016 com.github.ilyes4j. All rights reserved.