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 | Interface and Description |
---|---|
interface |
UiWidgetMenu
This is the interface for a
dynamic composite widget that represents a
menu. |
interface |
UiWidgetMenuItemCheckbox
|
interface |
UiWidgetMenuItemClickable
This is the interface for a normal
menu item widget . |
interface |
UiWidgetMenuItemRadioButton
This is the interface for a
menu item widget that has a label
and additionally a radio button. |
interface |
UiWidgetMenuItemSeparator
This is the interface for a
menu item widget that acts as a separator. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetMenu.addChild(UiWidgetMenuItem 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 . |
class |
AbstractUiWidgetMenuItemClickable<ADAPTER extends UiWidgetAdapterMenuItemClickable>
This is the abstract base implementation of
UiWidgetMenuItemClickable . |
class |
AbstractUiWidgetMenuItemSeparator<ADAPTER extends UiWidgetAdapterMenuItemSeparator>
This is the abstract base implementation of
UiWidgetMenuItemSeparator . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuGwt
This is the implementation of
UiWidgetMenu using GWT. |
class |
UiWidgetMenuItemClickableGwt
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
class |
UiWidgetMenuItemSeparatorGwt
This is the implementation of
UiWidgetMenuItemSeparator using GWT. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtMenu.addChild(UiWidgetMenuItem child,
int index)
This method adds the given
child at the given index . |
void |
UiWidgetAdapterGwtMenu.removeChild(UiWidgetMenuItem child,
int index)
This method removes the given
child from the widget . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuItemClickableTestImpl
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
class |
UiWidgetMenuItemSeparatorTestImpl
This is the implementation of
UiWidgetMenuItemSeparator using GWT. |
class |
UiWidgetMenuTestImpl
This is the implementation of
UiWidgetMenu for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.