See: Description
Interface | Description |
---|---|
IToggleFace<T extends Enum<T>> |
Interface implemented by classes that provide methods for switching between
material faces for toggles.Components involved in the the switching between
toggle faces must implement this interface.
|
Class | Description |
---|---|
Checkbox |
A check box is a material component that provides all the features already
found in the regular GWT
CheckBox Widget. |
CheckboxBase<T extends Enum<T>> |
This class is the base structure for the material toggle-based components.
|
CheckBoxStyleOperator |
A face switcher for material check boxes
|
InputCheckSwitcher |
A
CssSwitcher for the input element inside the material toggle. |
InputRadioSwitcher |
A
CssSwitcher for the input element inside the material radio button. |
LabelCheckSwitcher |
A
CssSwitcher for the label element inside the material check box. |
LabelRadioSwitcher |
A
CssSwitcher for the label element inside the material radio button. |
MainCheckSwitcher |
A
CssSwitcher for the top level element in a material check box. |
MainRadioSwitcher |
A
CssSwitcher for the top level element in a material radio button. |
RadioButton |
A mutually-exclusive selection radio button widget.
|
RadioStyleOperator |
Material face manager for the material radio button.
|
ToggleStyleOperator<T extends Enum<T>> |
This class encapsulates the material side of toggle-based components.
|
Enum | Description |
---|---|
CheckBoxStyle |
Defines the set of possible faces that can be applied on a material
Check box.
|
RadioStyle |
Material face options for the radio button.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.