| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api.widget.menu |
Contains the API for menu widgets.
|
| net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
| net.sf.mmm.client.ui.impl.gwt.widget.menu |
Contains the implementation for menu widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.menu.adapter |
Contains the implementation for menu widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
| Modifier and Type | Method and Description |
|---|---|
UiWidgetMenu |
UiWidgetMenuBar.addMenu(String label)
|
UiWidgetMenu |
UiWidgetMenu.addSubmenu(String label)
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiWidgetMenuBar.addChild(UiWidgetMenu child)
This method adds the given
child to the end of the child-list. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUiWidgetMenu<ADAPTER extends UiWidgetAdapterMenu>
This is the abstract base implementation of
UiWidgetMenu. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetMenu |
AbstractUiWidgetMenuBar.addMenu(String label)
|
UiWidgetMenu |
AbstractUiWidgetMenu.addSubmenu(String submenuLabel)
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiWidgetMenuGwt
This is the implementation of
UiWidgetMenu using GWT. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetMenu |
UiWidgetMenuGwt.Factory.create(UiContext context)
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiWidgetAdapterGwtMenuBar.addChild(UiWidgetMenu child,
int index)
This method adds the given
child at the given index. |
void |
UiWidgetAdapterGwtMenuBar.removeChild(UiWidgetMenu child,
int index)
This method removes the given
child from the widget. |
| Modifier and Type | Class and Description |
|---|---|
class |
UiWidgetMenuTestImpl
This is the implementation of
UiWidgetMenu for testing without a native toolkit. |
| Modifier and Type | Method and Description |
|---|---|
UiWidgetMenu |
UiWidgetMenuTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.