A B C D G I M O R S T U V 

A

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, String, 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
Adds a new item to the 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
Has the same effect as MenuCombo.addItem(item , item, enabled).
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
Has the same effect as Dropdown.addItem(item , item, enabled).
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.
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 .
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
 
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.
addStyleName(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Safely adds a new css selector to the button.
afterItemClicked(ClickEvent) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
This method should be extended when additional behavior is required.
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.

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.
ButtonColor - Enum in com.github.ilyes4j.gwt.mdl.components.buttons
Controls the coloring option of a raised, flat or icon Button.
ButtonFabColor - Enum in com.github.ilyes4j.gwt.mdl.components.buttons
Controls the coloring option of the background of a fab or a mini fab Buttons.
ButtonType - Enum in com.github.ilyes4j.gwt.mdl.components.buttons
ButtonType controls the shape taken by a material button.

C

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.extensions.buttons - package com.github.ilyes4j.gwt.mdl.extensions.buttons
Button-like components that are not part of the mdl project.
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(ButtonFabColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup a fab material button.
createFabI(ButtonFabColor, Ripple, Image) - Static method in class com.github.ilyes4j.gwt.mdl.extensions.buttons.ImgButton
Setup a fab 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.
createIconI(Ripple, Image) - Static method in class com.github.ilyes4j.gwt.mdl.extensions.buttons.ImgButton
Setup an icon button.
createMiniFab(ButtonFabColor, Ripple, String) - Static method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup a mini fab material button.
createMiniFabI(ButtonFabColor, Ripple, Image) - Static method in class com.github.ilyes4j.gwt.mdl.extensions.buttons.ImgButton
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.
CSS_JS_MENU - Static variable in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
css flag intended for component upgrade.
CSS_MDL_MENU - Static variable in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
The Menu material style.

D

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.

G

getColor() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Returns the coloring option of the button.
getFabColor() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Returns the coloring option of the button.
getIndex() - Method in class com.github.ilyes4j.gwt.mdl.components.menus.ItemClickEvent
 
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
 
getRipple() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Returns the ripple option of the button.
getSelected() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
getSelectedIndex() - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
getText() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
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.
getType() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Return the material button type provided by one of the options in ButtonType.
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(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 

I

IMenu - Interface in com.github.ilyes4j.gwt.mdl.components.menus
Every component that has menu related features should implement this interface.
ImgButton - Class in com.github.ilyes4j.gwt.mdl.extensions.buttons
A Material Fab and Icon button that has an Image instead of a material icon.
ImgButton() - Constructor for class com.github.ilyes4j.gwt.mdl.extensions.buttons.ImgButton
Setup the button.
isEnabled(int) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
Modify the enabled state of an item.
isEnabled(int) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
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(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
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) - 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.

M

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.
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.
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.

O

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.

R

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).
Ripple - Enum in com.github.ilyes4j.gwt.mdl.components.ripples
Indicates whether ripples are enabled for the Material component or not.

S

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.
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.
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
 
setColor(ButtonColor) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup the coloring option of the button.
setEnabled(int, boolean) - Method in interface com.github.ilyes4j.gwt.mdl.components.menus.IMenu
Modify the enabled state of an item.
setEnabled(int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
 
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(int, boolean) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
 
setFabColor(ButtonFabColor) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup the coloring option of the button.
setIcon(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Add an icon to the button.
setImage(Image) - Method in class com.github.ilyes4j.gwt.mdl.extensions.buttons.ImgButton
Sets an image for the button.
setItems(List<MenuItem>) - Method in class com.github.ilyes4j.gwt.mdl.components.menus.Menu
Setter for the items list.
setRipple(Ripple) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Setup the ripple option of the button.
setSelected(int) - Method in class com.github.ilyes4j.gwt.mdl.extensions.menus.Dropdown
Set a selected item of the dropdown programmatically.
setText(String) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
Set the text to be displayed on the button.
setType(ButtonType) - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
The material button type indicates how it renders and what options can be applied to tweak its appearance.

T

toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonColor
Returns the css class name related to this option.
toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonFabColor
Returns the css class name related to this option.
toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.buttons.ButtonType
Returns the css class name related to this option.
toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.menus.MenuAnchor
Returns the css selector responsible for the anchoring behavior.
toString() - Method in enum com.github.ilyes4j.gwt.mdl.components.ripples.Ripple
Returns the css selector responsible for the anchoring behavior.

U

upgrade() - Method in class com.github.ilyes4j.gwt.mdl.components.buttons.Button
apply javascript behaviors and effects on the button.
upgradeElement(Element) - Static method in class com.github.ilyes4j.gwt.mdl.components.ComponentHandler
Upgrade a specific component rather than all components of the DOM.

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.ButtonFabColor
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.
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.ButtonFabColor
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.
A B C D G I M O R S T U V 

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