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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetButtonPanel
This is the interface for a
button container that shows a number of
buttons horizontally (e.g. |
interface |
UiWidgetToolbar
This is the interface for a
button container that represents a
toolbar. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractButtonContainer<ADAPTER extends UiWidgetAdapterAbstractButtonContainer>
This is the abstract base implementation of
UiWidgetAbstractButtonContainer . |
class |
AbstractUiWidgetButtonPanel<ADAPTER extends UiWidgetAdapterButtonPanel>
This is the abstract base implementation of
UiWidgetButtonPanel . |
class |
AbstractUiWidgetToolbar<ADAPTER extends UiWidgetAdapterToolbar>
This is the abstract base implementation of
UiWidgetToolbar . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonPanelGwt
This is the implementation of
UiWidgetButtonPanel using GWT. |
class |
UiWidgetToolbarGwt
This is the implementation of
UiWidgetToolbar using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.