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.core.adapter |
Contains the adapters for core widgets.
|
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.core.adapter |
Contains the implementation for core 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.
|
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 |
AbstractUiWidgetSingleComposite<ADAPTER extends UiWidgetAdapterSingleComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetSingleComposite . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterSingleMutableComposite<CHILD extends UiWidget>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetSingleMutableComposite . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterSlot
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTab . |
interface |
UiWidgetAdapterTab
This is the interface for a
UiWidgetAdapter adapting
UiWidgetTab . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractBorderPanel
This is the
UiWidgetAdapter for
UiWidgetAbstractBorderPanel . |
interface |
UiWidgetAdapterBorderPanel
This is the
UiWidgetAdapter for
UiWidgetBorderPanel . |
interface |
UiWidgetAdapterCollapsableBorderPanel
This is the
UiWidgetAdapter for
UiWidgetCollapsableBorderPanel . |
interface |
UiWidgetAdapterGridCell
This is the interface for a
UiWidgetAdapter adapting
UiWidgetGridCell . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtSingleComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleComposite using GWT. |
class |
UiWidgetAdapterGwtSingleMutableComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleMutableComposite using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtSlot
This is the implementation of
UiWidgetAdapterSlot using GWT based on FlowPanel . |
class |
UiWidgetAdapterGwtTab
This is the implementation of
UiWidgetAdapterTab using GWT based on HorizontalPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtBorderPanel
This is the implementation of
UiWidgetAdapterBorderPanel using GWT based on Fieldset . |
class |
UiWidgetAdapterGwtCollapsableBorderPanel
This is the implementation of
UiWidgetAdapterCollapsableBorderPanel using GWT based on
Fieldset and CollapseExpandButton . |
class |
UiWidgetAdapterGwtGridCell
This is the implementation of
UiWidgetAdapterDynamicPanel using GWT based on
TableCellAtomic . |
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.