Package | Description |
---|---|
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 |
CheckBoxStyleOperator
A face switcher for material check boxes
|
class |
RadioStyleOperator
Material face manager for the material radio button.
|
Modifier and Type | Method and Description |
---|---|
protected ToggleStyleOperator<T> |
CheckboxBase.getToggle() |
Constructor and Description |
---|
CheckboxBase(com.google.gwt.dom.client.Element elem,
ToggleStyleOperator<T> paramToggle) |
CheckboxBase(com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(com.google.gwt.safehtml.shared.SafeHtml label,
com.google.gwt.i18n.client.HasDirection.Direction dir,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(com.google.gwt.safehtml.shared.SafeHtml label,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(String label,
boolean asHTML,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(String label,
com.google.gwt.i18n.shared.DirectionEstimator directionEstimator,
ToggleStyleOperator<T> paramToggle)
Creates a label with the specified text and a default direction estimator.
|
CheckboxBase(String label,
com.google.gwt.i18n.client.HasDirection.Direction dir,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(String label,
ToggleStyleOperator<T> paramToggle)
Creates a check box with the specified text label.
|
CheckboxBase(ToggleStyleOperator<T> paramToggle)
Creates a check box with no label.
|
Modifier and Type | Class and Description |
---|---|
class |
FlipStyleOperator
A face switcher for material flips with button-like faces.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.