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 |
---|
IHasEventSource
Enables
Menu based components to change the source of the dispatched
events. |
IMenu
Every component that has menu related features should implement this
interface.
|
IMenuCombo
A menu combo is a menu that supports enabling and disabling.
|
ItemClickEvent
Event dispatched from a
Menu to all its Menu.ItemClickListener s 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 |
---|
IHasEventSource
Enables
Menu based components to change the source of the dispatched
events. |
IMenu
Every component that has menu related features should implement this
interface.
|
IMenuCombo
A menu combo is a menu that supports enabling and disabling.
|
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.