Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.base.widget.window.adapter |
Contains the adapters for window 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.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetMenuBar |
UiWidgetMainWindow.getMenuBar() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMenuBar<ADAPTER extends UiWidgetAdapterMenuBar>
This is the abstract base implementation of
UiWidgetMenu . |
Modifier and Type | Field and Description |
---|---|
private UiWidgetMenuBar |
AbstractUiWidgetMainWindow.menuBar |
Modifier and Type | Method and Description |
---|---|
UiWidgetMenuBar |
AbstractUiWidgetMainWindow.getMenuBar() |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterMainWindow.setMenuBar(UiWidgetMenuBar menuBar)
This method sets the
UiWidgetMenuBar . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarGwt
This is the implementation of
UiWidgetMenuBar using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetMenuBar |
UiWidgetMenuBarGwt.Factory.create(UiContext context)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtMainWindow.setMenuBar(UiWidgetMenuBar menuBar)
This method sets the
UiWidgetMenuBar . |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTestCompositeRegular.setMenuBar(UiWidgetMenuBar menuBar)
This method sets the
UiWidgetMenuBar . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarTestImpl
This is the implementation of
UiWidgetMenuBar for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetMenuBar |
UiWidgetMenuBarTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.