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.components.ripples |
Ripple related behaviors.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonColorSwitcher
A
CssSwitcher for mdl button colors. |
class |
ButtonTypeSwitcher
A
CssSwitcher for button based components. |
Modifier and Type | Class and Description |
---|---|
class |
MenuAnchorSwitcher
CSS class switcher for the
MenuAnchor enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
RippleSwitcher
CSS class switcher for the
Ripple enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
FloatSwitcher
CSS class switcher for the
Float enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
InputCheckSwitcher
A
CssSwitcher for the input element inside the material toggle. |
class |
InputRadioSwitcher
A
CssSwitcher for the input element inside the material radio button. |
class |
LabelCheckSwitcher
A
CssSwitcher for the label element inside the material check box. |
class |
LabelRadioSwitcher
A
CssSwitcher for the label element inside the material radio button. |
class |
MainCheckSwitcher
A
CssSwitcher for the top level element in a material check box. |
class |
MainRadioSwitcher
A
CssSwitcher for the top level element in a material radio button. |
Constructor and Description |
---|
ToggleStyleOperator(CssSwitcher<T> switchCtnr,
CssSwitcher<T> switchInput,
CssSwitcher<T> switchlabel)
Make an instance of the style operator by providing the
CssSwitcher
set to be used to manage the CSS of the component. |
ToggleStyleOperator(CssSwitcher<T> switchCtnr,
CssSwitcher<T> switchInput,
CssSwitcher<T> switchlabel)
Make an instance of the style operator by providing the
CssSwitcher
set to be used to manage the CSS of the component. |
ToggleStyleOperator(CssSwitcher<T> switchCtnr,
CssSwitcher<T> switchInput,
CssSwitcher<T> switchlabel)
Make an instance of the style operator by providing the
CssSwitcher
set to be used to manage the CSS of the component. |
Modifier and Type | Class and Description |
---|---|
class |
TooltipPositionSwitcher
A
CssSwitcher for the tooltip anchoring. |
class |
TooltipStyleSwitcher
A
CssSwitcher for the tooltip style. |
Modifier and Type | Class and Description |
---|---|
class |
InputFlipSwitcher
A
CssSwitcher for the input element inside the material flip
component. |
class |
LabelFlipSwitcher
A
CssSwitcher for the label element inside the material flip. |
Copyright © 2016 com.github.ilyes4j. All rights reserved.