Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel 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 |
UiWidgetBorderPanel
This is the interface for a normal
border panel . |
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractBorderPanel<ADAPTER extends UiWidgetAdapterAbstractBorderPanel>
This is the abstract base implementation of
UiWidgetAbstractBorderPanel . |
class |
AbstractUiWidgetBorderPanel<ADAPTER extends UiWidgetAdapterBorderPanel>
This is the abstract base implementation of
UiWidgetBorderPanel . |
class |
AbstractUiWidgetCollapsableBorderPanel<ADAPTER extends UiWidgetAdapterCollapsableBorderPanel>
This is the abstract base implementation of
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelTestImpl
This is the implementation of
UiWidgetBorderPanel using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.