- cancelKey() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
If a keyboard event is currently being handled on this text box, calling
this method will suppress it.
- cancelKey() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- Checkbox - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
A check box is a material component that provides all the features already
found in the regular GWT CheckBox
Widget.
- Checkbox() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with no label.
- Checkbox(SafeHtml) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(SafeHtml, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(SafeHtml, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(String, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(String, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a label with the specified text and a default direction estimator.
- Checkbox(String, boolean) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
Creates a check box with the specified text label.
- Checkbox(Element) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
- CheckboxBase<T extends Enum<T>> - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
This class is the base structure for the material toggle-based components.
- CheckboxBase(ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with no label.
- CheckboxBase(SafeHtml, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(SafeHtml, HasDirection.Direction, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(SafeHtml, DirectionEstimator, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(String, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(String, HasDirection.Direction, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(String, DirectionEstimator, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a label with the specified text and a default direction estimator.
- CheckboxBase(String, boolean, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Creates a check box with the specified text label.
- CheckboxBase(Element, ToggleStyleOperator<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- CheckBoxStyle - Enum in com.github.ilyes4j.gwt.mdl.components.toggles
-
Defines the set of possible faces that can be applied on a material
Check box.
- CheckBoxStyleOperator - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
A face switcher for material check boxes
- CheckBoxStyleOperator() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.CheckBoxStyleOperator
-
- clearMenu() - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Remove all items from the menu.
- clearMenu() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- clearMenu() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- clearMenu() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- com.github.ilyes4j.gwt.mdl.components - package com.github.ilyes4j.gwt.mdl.components
-
Java implementation of mdl components to be available for GWT projects.
- com.github.ilyes4j.gwt.mdl.components.buttons - package 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 - package 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 - package com.github.ilyes4j.gwt.mdl.components.ripples
-
Ripple related behaviors.
- com.github.ilyes4j.gwt.mdl.components.sliders - package com.github.ilyes4j.gwt.mdl.components.sliders
-
Here sits all the ingredients for the slider component.
- com.github.ilyes4j.gwt.mdl.components.textfields - package com.github.ilyes4j.gwt.mdl.components.textfields
-
Material Text field components.
- com.github.ilyes4j.gwt.mdl.components.toggles - package 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 - package 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 - package com.github.ilyes4j.gwt.mdl.extensions.flips
-
Resources for the flip component.
- com.github.ilyes4j.gwt.mdl.extensions.menus - package com.github.ilyes4j.gwt.mdl.extensions.menus
-
Menu-like components that are not provided by mdl.
- ComponentHandler - Class in com.github.ilyes4j.gwt.mdl.components
-
- createFab(ButtonColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
Setup a fab material button.
- createFlat(ButtonColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
A flat button is very similar to a raised button.
- createIcon(ButtonColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
Setup an icon material button.
- createMiniFab(ButtonColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
Setup a mini fab material button.
- createRaised(ButtonColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
Setup a raised material button.
A raised button is a rectangular and elevated button that has a text for
content.
- createRangeInputElement(Document) - Static method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
Create the slider input element using javascript.
- CssSwitcher<T extends Enum<T>> - Class in com.github.ilyes4j.gwt.mdl.components
-
A switcher have two major purposes :
Remove the boiler plate code from CSS enumerators.
- CssSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
- getAssociatedType() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.InputEvent
-
- getCheckedColor() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- getColor() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- getColor() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Returns the coloring option of the button.
- getContainer() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getCursorPos() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Gets the current position of the cursor (this also serves as the beginning
of the text selection).
- getCursorPos() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getDirection() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getDirectionEstimator() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getDirectionEstimator() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getErrorLabel() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.SingleLineTextField
-
The
TextfieldBase
contains an
InlineLabel
under the hood to
display the hint inside the text box when it is empty.
- getErrorMessage() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextValidator
-
- getFace() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
- getFace() - Method in interface com.github.ilyes4j.gwt.mdl.components.toggles.IToggleFace
-
- getFace() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
- getFace() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- getFormValue() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Returns the value property of the input element that backs this widget.
- getHTML() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
-
- getInput() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getItemCount() - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Returns the items count in a menu.
- getItemCount() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- getItemCount() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- getItemCount() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getItems() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
Getter for the items list.
- getItemText(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
return the text of the item located at the position provided as input.
- getItemText(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- getItemText(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- getItemText(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getLabel() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
The
TextfieldBase
contains a
Label
under the hood to
display the hint inside the text box when it is empty.
- getLabel() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColorSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonTypeSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
The mapping is defined in sub-types to enable the switcher to pick the
appropriate CSS class for a given enumeration option.
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuAnchorSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.ripples.RippleSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.FloatSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.InputCheckSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.InputRadioSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.LabelCheckSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.LabelRadioSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.MainCheckSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.MainRadioSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipPositionSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipStyleSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.InputFlipSwitcher
-
- getMappings() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.LabelFlipSwitcher
-
- getMax() - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- getMax() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- getMax() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- getMaxLength() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.ITextBox
-
Gets the maximum allowable length of the text box.
- getMaxLength() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getMin() - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- getMin() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- getMin() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- getName() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getName() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getPattern() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextValidator
-
- getProperty(Element, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
Retrieve the property value for an element.
- getRipple() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- getRipple() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Returns the ripple option of the button.
- getRipple() - Method in interface com.github.ilyes4j.gwt.mdl.components.ripples.HasRipple
-
Returns whether this component have a ripple.
- getRipple() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getRipple() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
- getSelected() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getSelectedIndex() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getSelectedText() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Gets the text currently selected within this text box.
- getSelectedText() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getSelectionLength() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Gets the length of the current text selection.
- getSelectionLength() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getSource() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
-
- getStep() - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- getStep() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- getStep() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- getTabIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- getTabIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- getTabIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getTabIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getTabIndex() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getTarget() - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
- getText() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- getText() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Returns the text of the button, if the button is not flat nor raised, the
returned value is unpredictable.
- getText() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuItem
-
Returns the displayed text of the item.
- getText() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getText() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getTextDirection() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getToggle() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- getType() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- getType() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Return the material button type provided by one of the options in
ButtonType
.
- getType() - Static method in class com.github.ilyes4j.gwt.mdl.components.sliders.InputEvent
-
Gets the event type associated with input events.
- getUncheckedColor() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
- getValue(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
return the value of the item located at the position provided as input.
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
-
- getValue(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- getValue(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuItem
-
Returns the value of the item.
- getValue() - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getValue() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Determines whether this check box is currently checked.
- getValue(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- getValueOrThrow() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Return the parsed value, or null if the field is empty.
- getValueOrThrow() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getVisibleLength() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.ITextBox
-
Gets the number of visible characters in the text box.
- getVisibleLength() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- getWordWrap() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- IHasEventSource - Interface in com.github.ilyes4j.gwt.mdl.components.menus
-
Enables
Menu
based components to change the source of the dispatched
events.
- IMenu - Interface in com.github.ilyes4j.gwt.mdl.components.menus
-
Every component that has menu related features should implement this
interface.
- IMenuCombo - Interface in com.github.ilyes4j.gwt.mdl.components.menus
-
A menu combo is a menu that supports enabling and disabling.
- InputCheckSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
A
CssSwitcher
for the input element inside the material toggle.
- InputCheckSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.InputCheckSwitcher
-
- InputEvent - Class in com.github.ilyes4j.gwt.mdl.components.sliders
-
Represents a native input event.
- InputEvent() - Constructor for class com.github.ilyes4j.gwt.mdl.components.sliders.InputEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire input events.
- InputFlipSwitcher - Class in com.github.ilyes4j.gwt.mdl.extensions.flips
-
A
CssSwitcher
for the input element inside the material flip
component.
- InputFlipSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.InputFlipSwitcher
-
- InputHandler - Interface in com.github.ilyes4j.gwt.mdl.components.sliders
-
- InputRadioSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
A
CssSwitcher
for the input element inside the material radio button.
- InputRadioSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.InputRadioSwitcher
-
- insureId(Element) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
Makes sure the element parameter have an id.
- isChecked() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- isEnabled(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Modify the enabled state of an item.
- isEnabled() - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenuCombo
-
- isEnabled(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- isEnabled(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuItem
-
If an item is set to be disabled, it will be grayed and won't dispatch an
ItemClickEvent
when clicked.
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- isEnabled() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- isEnabled(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- isHideOnClick() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
- ISlider - Interface in com.github.ilyes4j.gwt.mdl.components.sliders
-
The slider component contract.
- isReadOnly() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Determines whether or not the widget is read-only.
- isReadOnly() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- IsTextBoxBase<T extends com.google.gwt.user.client.ui.TextBoxBase> - Interface in com.github.ilyes4j.gwt.mdl.components.textfields
-
Enables a component to claim itself a TextBoxBase
.
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
- isUpgraded() - Method in interface com.github.ilyes4j.gwt.mdl.components.IUpgrade
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.components.UpgradeHelper
-
- isUpgraded() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- IsValueBoxBase<T> - Interface in com.github.ilyes4j.gwt.mdl.components.textfields
-
Interface containing all the methods exposed by ValueBoxBase
but not
endorsed by any interface.
- ItemClickEvent - Class in com.github.ilyes4j.gwt.mdl.components.menus
-
- ItemClickEvent(int, String, Object) - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
-
- ITextBox - Interface in com.github.ilyes4j.gwt.mdl.components.textfields
-
Contains methods in TextBox
type but not endorsed under any of the
interfaces implemented by TextBox
.
- IToggleFace<T extends Enum<T>> - Interface in com.github.ilyes4j.gwt.mdl.components.toggles
-
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.
- IUpgrade - Interface in com.github.ilyes4j.gwt.mdl.components
-
An MDL component implements the
IUpgrade
interface to
indicate that it can be upgraded.
- RadioButton - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
A mutually-exclusive selection radio button widget.
- RadioButton(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
Creates a new radio associated with a particular group name.
- RadioButton(String, SafeHtml) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
Creates a new radio associated with a particular group, and initialized
with the given HTML label.
- RadioButton(String, SafeHtml, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
- RadioButton(String, SafeHtml, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
- RadioButton(String, String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
Creates a new radio associated with a particular group, and initialized
with the given HTML label.
- RadioButton(String, String, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
- RadioButton(String, String, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
- RadioButton(String, String, boolean) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
Creates a new radio button associated with a particular group, and
initialized with the given label (optionally treated as HTML).
- RadioStyle - Enum in com.github.ilyes4j.gwt.mdl.components.toggles
-
Material face options for the radio button.
- RadioStyleOperator - Class in com.github.ilyes4j.gwt.mdl.components.toggles
-
Material face manager for the material radio button.
- RadioStyleOperator() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.RadioStyleOperator
-
Setup the radio button face manager and provide the appropriate switchers
to ensure radio button face initializes properly.
- removeClass(Element, Object) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
- removeItem(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Removes an item from the menu.
- removeItem(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- removeItem(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- removeItem(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- removeStep() - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
Removes the step property if it is set.
- removeStep() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- removeStep() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- removeStyle(UIObject, Object) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
- removeValidator() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.SingleLineTextField
-
Stop validating the text field.
- replaceInputElement(Element) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Replace the current input element with a new one.
- replaceInputElement(Element) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- Ripple - Enum in com.github.ilyes4j.gwt.mdl.components.ripples
-
Indicates whether ripples are enabled for the material component or not.
- RippleSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.ripples
-
CSS class switcher for the
Ripple
enumeration.
- RippleSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.ripples.RippleSwitcher
-
- selectAll() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Selects all of the text in the box.
- selectAll() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setAccessKey(char) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setAccessKey(char) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setAccessKey(char) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setAccessKey(char) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setAccessKey(char) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setActionId(String) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
Set the id of the related action
Button
enabling mdl to bind the
Menu
to it.
- setAlignment(ValueBoxBase.TextAlignment) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
- setAlignment(ValueBoxBase.TextAlignment) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setAnchor(MenuAnchor) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Sets the position of the
Menu
on the screen related to its
associated action button using one of the available anchoring options
provided by
MenuAnchor
.
An extra care should be taken when anchoring the menu.
- setAnchor(MenuAnchor) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- setAnchor(MenuAnchor) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setAnchor(MenuAnchor) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setChecked(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setCheckedColor(ButtonColor) - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
Specify the color to be applied when the flip is in the unchecked state.
- setColor(ButtonColor) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- setColor(ButtonColor) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Setup the coloring option of the button.
- setCursorPos(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Sets the cursor position.
- setCursorPos(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setDirection(HasDirection.Direction) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setDirectionEstimator(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setDirectionEstimator(DirectionEstimator) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setDirectionEstimator(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
- setDirectionEstimator(DirectionEstimator) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
- setEnabled(Element, boolean) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
apply the disabled property for a DOM element if the element should be
disabled.
- setEnabled(int, boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
-
Modify the enabled state of an item.
- setEnabled(boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenuCombo
-
- setEnabled(int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setEnabled(int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuItem
-
Sets the state of the item.
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
Sets whether the toggle is enabled.
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
Control whether the tooltip should be displayed.
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- setEnabled(boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setEnabled(int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setErrorMessage(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextValidator
-
- setEventSource(Object) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IHasEventSource
-
- setEventSource(Object) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
- setEventSource(Object) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setEventSource(Object) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setFace(CheckBoxStyle) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.Checkbox
-
- setFace(T) - Method in interface com.github.ilyes4j.gwt.mdl.components.toggles.IToggleFace
-
- setFace(T) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
Setting a face for the toggle implies assigning a set of classes to the top
level element, the input element and the label element.
- setFace(ButtonType) - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- setFloat(Float) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
Make the label float over the text box when the input acquires the focus.
- setFocus(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setFocus(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setFocus(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setFocus(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setFocus(boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setFor(Element, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
Helper method that sets the value to the "for" attribute in a DOM element.
- setFormValue(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Set the value property on the input element that backs this widget.
- setHideOnClick(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
- setHTML(SafeHtml, HasDirection.Direction) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setHTML(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setIcon(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- setIcon(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Add an icon to the button.
- setItems(List<MenuItem>) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
-
Setter for the items list.
- setLabel(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
Set the label of the text field.
- setMax(double) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- setMax(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setMax(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- setMaxLength(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.ITextBox
-
Sets the maximum allowable length of the text box.
- setMaxLength(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setMaxLines(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.MultilineTextField
-
- setMin(double) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- setMin(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setMin(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- setMinRowsCount(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.MultilineTextField
-
- setName(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setName(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setName(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
-
Change the group name of this radio button.
- setPattern(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextValidator
-
- setProperty(Element, String, double) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
-
Set the property for a DOM element object, not to be confused with element
attributes.
- setReadOnly(boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Turns read-only mode on or off.
- setReadOnly(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setRipple(Ripple) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- setRipple(Ripple) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Setup the ripple option of the button.
- setRipple(Ripple) - Method in interface com.github.ilyes4j.gwt.mdl.components.ripples.HasRipple
-
indicate whether this component should have a ripple.
- setRipple(Ripple) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setRipple(Ripple) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
- setSelected(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
Set a selected item of the dropdown programmatically.
- setSelectionRange(int, int) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsValueBoxBase
-
Sets the range of text to be selected.
- setSelectionRange(int, int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setStep(double) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- setStep(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setStep(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- setTabIndex(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
-
- setTabIndex(int) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setTabIndex(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setTabIndex(int) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setTabIndex(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
-
- setTarget(Element) - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
The element managed by the CSS switcher.
- setTarget(Element, Element, Element) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
Set the elements of the toggle on which the CSS classes will be applied to
set the material look.
- setTarget(Widget) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
Set the target of the tooltip.
- setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
Set the text to be displayed on the button.
If the button is not flat nor raised, the behavior of this method is
unpredictable.
The super type implementation of this method simply overrides anything
inside the button and replaces it with the text provided as input.
- setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
programmatically provides the input field with a text.
- setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setText(String, HasDirection.Direction) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
Set the text to be displayed inside the tooltip.
- setType(ButtonType) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
-
- setType(ButtonType) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
-
The material button type indicates how it renders and what options can be
applied to tweak its appearance.
- setUncheckedColor(ButtonColor) - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
Specify the color to be applied when the flip is in the checked state.
- setValidator(TextValidator) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.SingleLineTextField
-
- setValue(T) - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
-
- setValue(double) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
-
- setValue(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
- setValue(double) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
- setValue(String) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setValue(String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setValue(Boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Checks or unchecks the check box.
- setValue(Boolean, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
Checks or unchecks the check box, firing ValueChangeEvent
if
appropriate.
- setValue(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
-
Sets whether the toggle is checked.
- setValue(Boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
-
- setVisibleLength(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.ITextBox
-
Sets the number of visible characters in the text box.
- setVisibleLength(int) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
-
- setWordWrap(boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
-
- show() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
-
attach the panel to its parent.
- SingleLineTextField<T extends com.google.gwt.user.client.ui.TextBox> - Class in com.github.ilyes4j.gwt.mdl.components.textfields
-
Single line text field component.
- SingleLineTextField(T) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.SingleLineTextField
-
Setup a single line input field.
- SingleLineTextField(String, T) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.SingleLineTextField
-
Setup a single line input field and a label.
- Slider - Class in com.github.ilyes4j.gwt.mdl.components.sliders
-
- Slider() - Constructor for class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
-
Setup the slider.
- SliderInput - Class in com.github.ilyes4j.gwt.mdl.components.sliders
-
The slider component.
- SliderInput() - Constructor for class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
-
Setup the slider component.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.menus.MenuAnchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.ripples.Ripple
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.textfields.Float
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.toggles.CheckBoxStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.toggles.RadioStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.menus.MenuAnchor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.ripples.Ripple
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.textfields.Float
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.toggles.CheckBoxStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.toggles.RadioStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.