Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetSwitchPanel
|
interface |
UiWidgetTabPanel
This is the interface for a
panel widget that represents a tab panel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetSwitchComposite<ADAPTER extends UiWidgetAdapterSwitchComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetSwitchComposite . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTabPanel<ADAPTER extends UiWidgetAdapterTabPanel>
This is the abstract base implementation of
UiWidgetTabPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTabPanelGwt
This is the implementation of
UiWidgetTabPanel using GWT based on
UiWidgetAdapterGwtTabLayoutPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTabPanelTestImpl
This is the implementation of
UiWidgetTabPanel for testing without a native toolkit. |
Copyright © 2001–2016 mmm-Team. All rights reserved.