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.gwt.widgets |
Contains the implementation of various GWT widgets.
|
net.sf.mmm.client.ui.gwt.widgets.richtext |
Contains the
RichTextToolbar and related classes. |
net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractButtonContainer
This is the interface for a
dynamic panel that shows a number of
buttons . |
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 |
Toolbar
This is a
Widget representing a toolbar. |
Modifier and Type | Class and Description |
---|---|
class |
RichTextToolbar
This class is a
Widget that represents the toolbar for a
RichTextArea . |
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.