Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
Constructor and Description |
---|
UiWidgetCustomVerticalPanel(UiContext context,
UiWidgetVerticalPanel delegate)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetVerticalPanel<ADAPTER extends UiWidgetAdapterVerticalPanel>
This is the abstract base implementation of
UiWidgetVerticalPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetVerticalPanelGwt
This is the implementation of
UiWidgetVerticalPanel using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetVerticalPanel |
UiWidgetVerticalPanelGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetVerticalPanelTestImpl
This is the implementation of
UiWidgetVerticalPanel for testing without a native toolkit. |
Modifier and Type | Method and Description |
---|---|
UiWidgetVerticalPanel |
UiWidgetVerticalPanelTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.