See: Description
| Interface | 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. |
| Class | Description |
|---|---|
| ItemClickEvent |
Event dispatched from a
Menu to all its Menu.ItemClickListeners to
send them the required informations about the clicked MenuItem. |
| Menu |
A
Menu is a wrapper for the
MaterialMenu component. |
| 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.