| Package | Description |
|---|---|
| com.github.ilyes4j.gwt.mdl.components.menus |
Menu related compounds that work together to bring mdl menus to gwt.
|
| com.github.ilyes4j.gwt.mdl.extensions.menus |
Menu-like components that are not provided by mdl.
|
| Class and Description |
|---|
| IMenu
Every component that has menu related features should implement this
interface.
|
| ItemClickEvent
Event dispatched from a
Menu to all its Menu.ItemClickListeners to
send them the required informations about the clicked MenuItem. |
| Menu.ItemClickListener
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
MenuAnchor defines how the Menu should be positioned
relatively to its associated button. |
| MenuItem |
| Class and Description |
|---|
| IMenu
Every component that has menu related features should implement this
interface.
|
| Menu.ItemClickListener
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
MenuAnchor defines how the Menu should be positioned
relatively to its associated button. |
Copyright © 2016 com.github.ilyes4j. All rights reserved.