See: Description
Interface | 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. |
Class | Description |
---|---|
ItemClickEvent |
Event dispatched from a
Menu to all its Menu.ItemClickListener s to
send them the required informations about the clicked MenuItem . |
Menu |
A
Menu is a wrapper for the
MaterialMenu component. |
MenuAnchorSwitcher |
CSS class switcher for the
MenuAnchor enumeration. |
MenuCombo | |
MenuItem |
Enum | Description |
---|---|
MenuAnchor |
MenuAnchor defines how the Menu should be positioned
relatively to its associated button. |
Copyright © 2016 com.github.ilyes4j. All rights reserved.