Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
net.sf.mmm.client.ui.base.widget.menu.adapter |
Contains the adapters for menu widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel widgets.
|
net.sf.mmm.client.ui.base.widget.window.adapter |
Contains the adapters for window widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters 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.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters 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.adapter |
Contains the test implementation of adapters for menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel.adapter |
Contains the test implementation of adapters for panel widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetDynamicComposite<ADAPTER extends UiWidgetAdapterDynamicComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetDynamicComposite . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterSplitPanel
This is the interface for a
UiWidgetAdapter adapting
UiWidgetSplitPanel . |
interface |
UiWidgetAdapterSwitchComposite<CHILD extends UiWidget>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetSwitchComposite . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterMenu
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMenu . |
interface |
UiWidgetAdapterMenuBar
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMenuBar . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetDynamicPanel<ADAPTER extends UiWidgetAdapterDynamicComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetDynamicPanel . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractDialogWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractDialogWindow . |
interface |
UiWidgetAdapterAbstractWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractWindow . |
interface |
UiWidgetAdapterMainWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMainWindow . |
interface |
UiWidgetAdapterPopup
This is the interface for a
UiWidgetAdapter adapting
UiWidgetPopup . |
interface |
UiWidgetAdapterWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtDynamicComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT. |
class |
UiWidgetAdapterGwtPanel<WIDGET extends com.google.gwt.user.client.ui.Panel & com.google.gwt.user.client.ui.InsertPanel>
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtMenu
|
class |
UiWidgetAdapterGwtMenuBar
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT based on
MenuBar . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtAbstractDialogWindow
This is the implementation of
UiWidgetAdapterAbstractDialogWindow using GWT based
on PopupWindow . |
class |
UiWidgetAdapterGwtAbstractWindow<WIDGET extends com.google.gwt.user.client.ui.Panel>
This is the implementation of
UiWidgetAdapterAbstractWindow using GWT based on Panel . |
class |
UiWidgetAdapterGwtMainWindow
|
class |
UiWidgetAdapterGwtPopup
This is the implementation of
UiWidgetAdapterPopup using GWT based on PopupWindow . |
class |
UiWidgetAdapterGwtWindow
This is the implementation of
UiWidgetAdapterWindow
using GWT based on PopupWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestComposite<CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite and various
sub-interfaces for testing without a native toolkit. |
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestMenu
This is the implementation of
UiWidgetAdapterMenu for testing without a native toolkit. |
class |
UiWidgetAdapterTestMenuBar
This is the implementation of
UiWidgetAdapterMenuBar for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestGridPanel
This is the implementation of
UiWidgetAdapterGridPanel for testing without a native toolkit. |
class |
UiWidgetAdapterTestGridRow
This is the implementation of
UiWidgetAdapterGridRow for testing without a native toolkit. |
class |
UiWidgetAdapterTestTabPanel
This is the implementation of
UiWidgetAdapterTabPanel for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.