A B C D E F G H I L M O P R S T U V 

A

addBlurHandler(BlurHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addBlurHandler(BlurHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addChangeHandler(ChangeHandler) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
Adds a ChangeHandler handler.
addChangeHandler(ChangeHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addChangeHandler(ChangeHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
 
addChangeHandler(ChangeHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addClass(Element, Object) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
 
addClickHandler(ClickHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addClickHandler(ClickHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragEndHandler(DragEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragEndHandler(DragEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragEnterHandler(DragEnterHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragEnterHandler(DragEnterHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragHandler(DragHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragHandler(DragHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragLeaveHandler(DragLeaveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragLeaveHandler(DragLeaveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragOverHandler(DragOverHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragOverHandler(DragOverHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDragStartHandler(DragStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDragStartHandler(DragStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addDropHandler(DropHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addDropHandler(DropHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addFocusHandler(FocusHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addFocusHandler(FocusHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addGestureChangeHandler(GestureChangeHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addGestureChangeHandler(GestureChangeHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addGestureEndHandler(GestureEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addGestureEndHandler(GestureEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addGestureStartHandler(GestureStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addGestureStartHandler(GestureStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addInputHandler(InputHandler) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.ISlider
Adds a InputHandler handler.
addInputHandler(InputHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addInputHandler(InputHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
 
addItem(String, String, boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
Adds a new option to the list of options in the menu.
addItem(String, boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
Syntactic sugar for IMenu.addItem(String, String, boolean) where the text and value are the same.
addItem(String, String, int, boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
Adds a an option into the set of options of the menu at a specified position.
addItem(String, String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
addItem(String, String, int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
addItem(String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
addItem(String) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
Has the same effect as Menu.addItem(item , true).
addItem(String, String) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
Shortcut for Menu.addItem(String, boolean) that adds an enabled item to the menu.
addItem(String, String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
 
addItem(String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
 
addItem(String, String, int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
 
addItem(String, String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
addItem(String, boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
addItem(String) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
Has the same effect as Dropdown.addItem(item , true).
addItem(String, String) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
Shortcut for addItem(String, boolean) that adds an enabled item to the menu.
addItem(String, String, int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
addItemClickListener(Menu.ItemClickListener) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
When an object needs to be notified upon a MenuItem click, it must be be registered to the Menu as an Menu.ItemClickListener .

In order to receive item click notifications, the object should : Implement the Menu.ItemClickListener interface Define the actions that should be performed when a MenuItem is clicked inside Menu.ItemClickListener.onItemClicked(ItemClickEvent) Call Menu.addItemClickListener(ItemClickListener) to register itself to the menu and receive click notifications
addItemClickListener(Menu.ItemClickListener) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
addItemClickListener(Menu.ItemClickListener) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
 
addItemClickListener(Menu.ItemClickListener) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
addKeyDownHandler(KeyDownHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addKeyDownHandler(KeyDownHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addKeyPressHandler(KeyPressHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addKeyPressHandler(KeyPressHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addKeyUpHandler(KeyUpHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addKeyUpHandler(KeyUpHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseDownHandler(MouseDownHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseDownHandler(MouseDownHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseMoveHandler(MouseMoveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseOutHandler(MouseOutHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseOutHandler(MouseOutHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseOverHandler(MouseOverHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseOverHandler(MouseOverHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseUpHandler(MouseUpHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseUpHandler(MouseUpHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addMouseWheelHandler(MouseWheelHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addStyle(UIObject, Object) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
When UIObject.addStyleName(String) is invoked with an empty style name, it raises an exception.
addTouchCancelHandler(TouchCancelHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addTouchCancelHandler(TouchCancelHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addTouchEndHandler(TouchEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addTouchEndHandler(TouchEndHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addTouchMoveHandler(TouchMoveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addTouchMoveHandler(TouchMoveHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addTouchStartHandler(TouchStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
addTouchStartHandler(TouchStartHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
 
afterItemClicked(ClickEvent) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
This method should be extended when additional behavior is required.
asEditor() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
asEditor() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
 
assertIndex(int, int) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
Make sure the index provided as input is inside the range of possible elements of a list.
asTextBoxBase() - Method in interface com.github.ilyes4j.gwt.mdl.components.textfields.IsTextBoxBase
 
asTextBoxBase() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 

B

Button - Class in com.github.ilyes4j.gwt.mdl.components.buttons
A Material Button can take many shapes.
Button() - Constructor for class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup an instance by applying the basic properties shared by all material buttons.
ButtonBase - Class in com.github.ilyes4j.gwt.mdl.components.buttons
All behaviors expected from a material button are here.
ButtonBase(Element) - Constructor for class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
Setup an instance of a material button and provide the target Element to be decorated with the material button behavior.
ButtonColor - Enum in com.github.ilyes4j.gwt.mdl.components.buttons
Controls the coloring option of a raised, flat or icon Button.
ButtonColorSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.buttons
A CssSwitcher for mdl button colors.
ButtonColorSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColorSwitcher
 
ButtonType - Enum in com.github.ilyes4j.gwt.mdl.components.buttons
ButtonType controls the shape taken by a material button.
ButtonTypeSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.buttons
A CssSwitcher for button based components.
ButtonTypeSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonTypeSwitcher
 

C

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
Exposes the functions provided by componentHandler.
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
 

D

defaultFlavor() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckBoxStyleOperator
 
defaultFlavor() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.RadioStyleOperator
 
defaultFlavor() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
The sub-type must indicate the default class pack (= face) to enable the component to be initialized correctly by applying at least the default face for the first time.
defaultFlavor() - Method in class com.github.ilyes4j.gwt.mdl.extensions.flips.FlipStyleOperator
 
DISABLED - Static variable in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
The disabled property name.
dispatch(InputHandler) - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.InputEvent
 
downgradeElement(Element) - Static method in class com.github.ilyes4j.gwt.mdl.components.ComponentHandler
Intuitively, one could think that the downgrade function symetrically does the exact opposite of what the upgrade function does but in fact it does not.
Dropdown - Class in com.github.ilyes4j.gwt.mdl.extensions.menus
Is a MenuCombo that has the ability to store the selected item.
Dropdown() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
Setup a default dropdown with a raised action Button and a menu anchored to the bottom-left of the action button.

E

ensureDomEventHandlers() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
 
ensureDomEventHandlers() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
No-op.
ExpandingTextField - Class in com.github.ilyes4j.gwt.mdl.components.textfields
The expanding text field have all the feature you would expect from a TextField.
ExpandingTextField(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.ExpandingTextField
While inheriting all the features of a TextField, the ExpandingTextField has a slightly different DOM structure than the TextField it is inheriting from.

F

Flip - Class in com.github.ilyes4j.gwt.mdl.extensions.flips
A Flip is not an official mdl component but a cross breeding between a button and a toggle.
Flip() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with no label.
Flip(SafeHtml) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(SafeHtml, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(SafeHtml, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(String) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(String, HasDirection.Direction) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(String, DirectionEstimator) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a label with the specified text and a default direction estimator.
Flip(String, boolean) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
Creates a check box with the specified text label.
Flip(Element) - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.Flip
 
FlipStyleOperator - Class in com.github.ilyes4j.gwt.mdl.extensions.flips
A face switcher for material flips with button-like faces.
FlipStyleOperator() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.FlipStyleOperator
 
Float - Enum in com.github.ilyes4j.gwt.mdl.components.textfields
In a text field material component, a label can be provided.
FloatSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.textfields
CSS class switcher for the Float enumeration.
FloatSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.FloatSwitcher
 

G

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
 

H

HasRipple - Interface in com.github.ilyes4j.gwt.mdl.components.ripples
Material components with a ripple effect must implement this interface.
hide() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
remove the panel from its parent.

I

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
Handler for InputEvent events.
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
Deprecated.
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
Event dispatched from a Menu to all its Menu.ItemClickListeners to send them the required informations about the clicked MenuItem.
ItemClickEvent(int, String, Object) - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
Create an ItemClickEvent provided the displayed label of the MenuItem that was clicked and its position in the list of MenuItems.
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.

L

LabelCheckSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
A CssSwitcher for the label element inside the material check box.
LabelCheckSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.LabelCheckSwitcher
 
LabelFlipSwitcher - Class in com.github.ilyes4j.gwt.mdl.extensions.flips
A CssSwitcher for the label element inside the material flip.
LabelFlipSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.flips.LabelFlipSwitcher
 
LabelRadioSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
A CssSwitcher for the label element inside the material radio button.
LabelRadioSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.LabelRadioSwitcher
 

M

MainCheckSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
A CssSwitcher for the top level element in a material check box.
MainCheckSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.MainCheckSwitcher
 
MainRadioSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.toggles
A CssSwitcher for the top level element in a material radio button.
MainRadioSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.MainRadioSwitcher
 
MdlGwtUtils - Class in com.github.ilyes4j.gwt.mdl.components
Contains general purpose and recurring code snippet used through out the project.
Menu - Class in com.github.ilyes4j.gwt.mdl.components.menus
A Menu is a wrapper for the MaterialMenu component.
Menu() - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.Menu
Creates the menu component and associates it with an action button.
Menu.ItemClickListener - Interface in com.github.ilyes4j.gwt.mdl.components.menus
Objects that need to be notified when an MenuItem is clicked should implement this interface and register themselves to the Menu using the Menu.addItemClickListener(ItemClickListener) method.
MenuAnchor - Enum in com.github.ilyes4j.gwt.mdl.components.menus
MenuAnchor defines how the Menu should be positioned relatively to its associated button.
MenuAnchorSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.menus
CSS class switcher for the MenuAnchor enumeration.
MenuAnchorSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.MenuAnchorSwitcher
 
MenuCombo - Class in com.github.ilyes4j.gwt.mdl.components.menus
MenuCombo makes it simpler and safer to build Menus.
MenuCombo(Button) - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
Setup a MenuCombo.

A menu combo is made of a Button and a Menu that works together to display the menu to the user when the button is clicked.
MenuItem - Class in com.github.ilyes4j.gwt.mdl.components.menus
MenuItem is an item in the list of items in an IMenu.
MenuItem(String, String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.menus.MenuItem
Create an item and set its label.
mouseOutOfBounds(Element, int, int) - Static method in class com.github.ilyes4j.gwt.mdl.components.MdlGwtUtils
Is the mouse out of the element bounds.
MultilineTextField - Class in com.github.ilyes4j.gwt.mdl.components.textfields
A MultilineTextField is a TextfieldBase wrapped around a TextArea.
MultilineTextField() - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.MultilineTextField
Setup an instance of TextfieldBase wrapped around a TextArea.
MultilineTextField(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.MultilineTextField
Define the label to be displayed with the text area when setting up the instance.

O

onBrowserEvent(Event) - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
onBrowserEvent(Event) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.RadioButton
Overridden to send ValueChangeEvents only when appropriate.
onEnsureDebugId(String) - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
Affected Elements: -label = label next to checkbox.
onInput(InputEvent) - Method in interface com.github.ilyes4j.gwt.mdl.components.sliders.InputHandler
Called when an input event is fired.
onItemClicked(ItemClickEvent) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.Menu.ItemClickListener
Menu.ItemClickListener.onItemClicked(ItemClickEvent) is invoked to perform the appropriate actions in response to the MenuItem click.
onLoad() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
Apply magic to bring the menu to life.

After being attached to the DOM, the Menu is upgraded using ComponentHandler.upgradeElement(com.google.gwt.dom.client.Element) which in turn uses MaterialMenu to change the DOM tree of the component and add the required event handlers.

The upgrade process performed by MaterialMenu requires the Menu to be already attached to the DOM.
onLoad() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
 
onLoad() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
onLoad() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
This method is called when a widget is attached to the browser's document.
onLoad() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
 
onMouseDown(MouseDownEvent) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
 
onMouseOut(MouseOutEvent) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
 
onMouseOver(MouseOverEvent) - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
 
onUnload() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
This method is called when a widget is detached from the browser's document.

P

PasswordField - Class in com.github.ilyes4j.gwt.mdl.components.textfields
Same pattern as TextField.
PasswordField() - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.PasswordField
Same as TextField.TextField() but using a PasswordTextBox instead of TextBox.
PasswordField(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.PasswordField
Same as TextField.TextField(String) but using a PasswordTextBox instead of TextBox.

R

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
Same behavior as MdlGwtUtils.removeStyle(UIObject, Object) applied to Element.
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
Same behavior as MdlGwtUtils.addStyle(UIObject, Object) but for UIObject.removeStyleName(String).
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
Deprecated.
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
 

S

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
Deprecated.
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
A SliderInput cannot be resized if it sits on its own.
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.

T

TextField - Class in com.github.ilyes4j.gwt.mdl.components.textfields
A TextfieldBase wrapped around a TextBox.
TextField() - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.TextField
Setting up an instance of TextfieldBase wrapped around a TextBox.
TextField(String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.TextField
Setting up an instance of TextfieldBase wrapped around a TextBox and a provide the label content.
TextfieldBase<T extends com.google.gwt.user.client.ui.TextBoxBase> - Class in com.github.ilyes4j.gwt.mdl.components.textfields
A base class for Material Text Fields.
TextfieldBase(T) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
Setup an instance of TextfieldBase type.
TextfieldBase(String, T) - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
Setup a new instance of TextfieldBase type and provide a label.
TextValidator - Class in com.github.ilyes4j.gwt.mdl.components.textfields
A text validator is applied on a TextfieldBase to check whether the input content is as expected.
TextValidator() - Constructor for class com.github.ilyes4j.gwt.mdl.components.textfields.TextValidator
 
ToggleStyleOperator<T extends Enum<T>> - Class in com.github.ilyes4j.gwt.mdl.components.toggles
This class encapsulates the material side of toggle-based components.
ToggleStyleOperator(CssSwitcher<T>, CssSwitcher<T>, CssSwitcher<T>) - Constructor for class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
Make an instance of the style operator by providing the CssSwitcher set to be used to manage the CSS of the component.
Tooltip - Class in com.github.ilyes4j.gwt.mdl.components.tooltips
A material design tooltip.
Tooltip(Widget, String, TooltipPosition, TooltipStyle) - Constructor for class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
Setup a tooltip instance with all options to be indicated.
Tooltip(Widget, String, TooltipPosition) - Constructor for class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
Setup a tooltip instance with a standard font size.
Tooltip(Widget, String) - Constructor for class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
Setup a tooltip instance below its target and with a standard font size.
TooltipPosition - Enum in com.github.ilyes4j.gwt.mdl.components.tooltips
The tooltip positioning enumeration.
TooltipPositionSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.tooltips
A CssSwitcher for the tooltip anchoring.
TooltipPositionSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipPositionSwitcher
 
TooltipStyle - Enum in com.github.ilyes4j.gwt.mdl.components.tooltips
The tooltip style enumeration.
TooltipStyleSwitcher - Class in com.github.ilyes4j.gwt.mdl.components.tooltips
A CssSwitcher for the tooltip style.
TooltipStyleSwitcher() - Constructor for class com.github.ilyes4j.gwt.mdl.components.tooltips.TooltipStyleSwitcher
 
toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColor
Returns the css class name related to this option.
toString() - Method in class com.github.ilyes4j.gwt.mdl.components.CssSwitcher
 
toString() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
toString() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
 

U

upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.ButtonBase
 
upgrade() - Method in interface com.github.ilyes4j.gwt.mdl.components.IUpgrade
Causes the component to be upgraded.
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.MenuCombo
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.Slider
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.sliders.SliderInput
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.textfields.TextfieldBase
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.toggles.ToggleStyleOperator
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.tooltips.Tooltip
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.UpgradeHelper
 
upgrade() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
upgradeElement(Element) - Static method in class com.github.ilyes4j.gwt.mdl.components.ComponentHandler
Upgrade a specific component rather than all components of the DOM.
UpgradeHelper - Class in com.github.ilyes4j.gwt.mdl.components
Normalizing the management of upgrade and downgrade for mdl components.
UpgradeHelper() - Constructor for class com.github.ilyes4j.gwt.mdl.components.UpgradeHelper
 

V

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.
A B C D E F G H I L M O P R S T U V 

Copyright © 2016 com.github.ilyes4j. All rights reserved.