Package | Description |
---|---|
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.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 | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractBorderPanel<ADAPTER extends UiWidgetAdapterAbstractBorderPanel>
This is the abstract base implementation of
UiWidgetAbstractBorderPanel . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterBorderPanel
This is the
UiWidgetAdapter for
UiWidgetBorderPanel . |
interface |
UiWidgetAdapterCollapsableBorderPanel
This is the
UiWidgetAdapter for
UiWidgetCollapsableBorderPanel . |
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 . |
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.