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.
|
Modifier and Type | Method and Description |
---|---|
static MenuAnchor |
MenuAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuAnchor[] |
MenuAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<MenuAnchor,String> |
MenuAnchorSwitcher.getMappings() |
Modifier and Type | Method and Description |
---|---|
void |
MenuCombo.setAnchor(MenuAnchor anchor) |
void |
Menu.setAnchor(MenuAnchor inputAnchor) |
void |
IMenu.setAnchor(MenuAnchor anchor)
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 .An extra care should be taken when anchoring the menu. |
Modifier and Type | Method and Description |
---|---|
void |
Dropdown.setAnchor(MenuAnchor anchor) |
Copyright © 2016 com.github.ilyes4j. All rights reserved.