Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel 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.panel.adapter |
Contains the implementation for panel widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterHorizontalPanel
This is the interface for a
UiWidgetAdapter adapting
UiWidgetHorizontalPanel . |
interface |
UiWidgetAdapterVerticalPanel
This is the interface for a
UiWidgetAdapter adapting
UiWidgetVerticalPanel . |
Modifier and Type | Class and Description |
---|---|
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 |
UiWidgetAdapterGwtButtonGroup
This is the implementation of
UiWidgetAdapterButtonGroup using GWT based on
ButtonGroup . |
class |
UiWidgetAdapterGwtButtonPanel
This is the implementation of
UiWidgetAdapterButtonPanel using GWT based on
ButtonPanel . |
class |
UiWidgetAdapterGwtHorizontalPanel
This is the implementation of
UiWidgetAdapterDynamicPanel using GWT based on
HorizontalFlowPanel . |
class |
UiWidgetAdapterGwtToolbar
This is the implementation of
UiWidgetAdapterDynamicPanel using GWT based on
Toolbar . |
class |
UiWidgetAdapterGwtVerticalPanel
This is the implementation of
UiWidgetAdapterDynamicPanel using GWT based on
VerticalFlowPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.