Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.menu |
Contains the API for menu widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu |
Contains the implementation for menu widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.window |
Contains the implementation for window widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetDynamicComposite<CHILD extends UiWidget>
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
interface |
UiWidgetSwitchComposite<CHILD extends UiWidget>
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetMenu
This is the interface for a
dynamic composite widget that represents a
menu. |
interface |
UiWidgetMenuBar
This is the interface for a
composite widget that represents a
menu bar. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractButtonContainer
This is the interface for a
dynamic panel that shows a number of
buttons . |
interface |
UiWidgetButtonGroup
This is the interface for a lightweight
dynamic panel that groups a number of
buttons that have a related functionality (e.g. |
interface |
UiWidgetButtonPanel
This is the interface for a
button container that shows a number of
buttons horizontally (e.g. |
interface |
UiWidgetDynamicPanel<CHILD extends UiWidget>
This is the abstract interface for a
panel widget that represents a
dynamic panel. |
interface |
UiWidgetGridPanel
This is the interface for a
dynamic panel that represents a flexible grid. |
interface |
UiWidgetGridRow
This is the interface for a a
dynamic panel that represents a row of a
UiWidgetGridPanel and consists of cells . |
interface |
UiWidgetHorizontalPanel
This is the interface for a
UiWidgetPanel that shows its children
horizontally from the left to the right. |
interface |
UiWidgetHorizontalSplitPanel
This is the interface for a
split panel that shows its children with horizontal orientation from the left to the right. |
interface |
UiWidgetSplitPanel
This is the interface for a
dynamic panel that shows splitter-bars between
each of its children and allows the user to slide these splitter-bars to dynamically
adjust the size of the children . |
interface |
UiWidgetSwitchPanel
|
interface |
UiWidgetTabPanel
This is the interface for a
panel widget that represents a tab panel . |
interface |
UiWidgetToolbar
This is the interface for a
button container that represents a
toolbar. |
interface |
UiWidgetVerticalPanel
This is the interface for a
UiWidgetPanel that shows its children vertically
from the top to the bottom. |
interface |
UiWidgetVerticalSplitPanel
This is the interface for a
split panel that shows its children with vertical orientation from the top to the bottom. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractDialogWindow
This is the abstract base interface for a
window widget that represents a
dialog window. |
interface |
UiWidgetAbstractWindow
This is the abstract base interface for a
dynamic composite widget that
represents a window. |
interface |
UiWidgetMainWindow
This is the interface for a
base window widget that represents a
main window. |
interface |
UiWidgetPopup
This is the interface for a
base window widget that represents a
popup window. |
interface |
UiWidgetWindow
This is the interface for a
base window widget that represents a regular
window. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetDynamicComposite<ADAPTER extends UiWidgetAdapterDynamicComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetDynamicComposite . |
class |
AbstractUiWidgetSwitchComposite<ADAPTER extends UiWidgetAdapterSwitchComposite<CHILD>,CHILD extends UiWidget>
This is the abstract base implementation of
UiWidgetSwitchComposite . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomDynamicComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetDynamicComposite<CHILD>>
This is the abstract base class for a
custom widget implementing
UiWidgetDynamicComposite . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractDialogWindow<DELEGATE extends UiWidgetAbstractDialogWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractDialogWindow . |
class |
UiWidgetCustomAbstractWindow<DELEGATE extends UiWidgetAbstractWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractWindow . |
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMenu<ADAPTER extends UiWidgetAdapterMenu>
This is the abstract base implementation of
UiWidgetMenu . |
class |
AbstractUiWidgetMenuBar<ADAPTER extends UiWidgetAdapterMenuBar>
This is the abstract base implementation of
UiWidgetMenu . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractDialogWindow<ADAPTER extends UiWidgetAdapterAbstractDialogWindow>
This is the abstract base implementation of
UiWidgetAbstractDialogWindow . |
class |
AbstractUiWidgetAbstractWindow<ADAPTER extends UiWidgetAdapterAbstractWindow>
This is the abstract base implementation of
UiWidgetAbstractWindow . |
class |
AbstractUiWidgetMainWindow<ADAPTER extends UiWidgetAdapterMainWindow>
This is the abstract base implementation of
UiWidgetMainWindow . |
class |
AbstractUiWidgetPopup<ADAPTER extends UiWidgetAdapterPopup>
This is the abstract base implementation of
UiWidgetPopup . |
class |
AbstractUiWidgetWindow<ADAPTER extends UiWidgetAdapterWindow>
This is the abstract base implementation of
UiWidgetWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarGwt
This is the implementation of
UiWidgetMenuBar using GWT. |
class |
UiWidgetMenuGwt
This is the implementation of
UiWidgetMenu using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonGroupGwt
This is the implementation of
UiWidgetButtonGroup using GWT. |
class |
UiWidgetButtonPanelGwt
This is the implementation of
UiWidgetButtonPanel using GWT. |
class |
UiWidgetGridPanelGwt
This is the implementation of
UiWidgetGridPanel using GWT. |
class |
UiWidgetGridRowGwt
This is the implementation of
UiWidgetGridRow using GWT. |
class |
UiWidgetHorizontalPanelGwt
This is the implementation of
UiWidgetHorizontalPanel using GWT. |
class |
UiWidgetHorizontalSplitPanelGwt
This is the implementation of
UiWidgetHorizontalSplitPanel using GWT. |
class |
UiWidgetTabPanelGwt
This is the implementation of
UiWidgetTabPanel using GWT based on
UiWidgetAdapterGwtTabLayoutPanel . |
class |
UiWidgetToolbarGwt
This is the implementation of
UiWidgetToolbar using GWT. |
class |
UiWidgetVerticalPanelGwt
This is the implementation of
UiWidgetVerticalPanel using GWT. |
class |
UiWidgetVerticalSplitPanelGwt
This is the implementation of
UiWidgetVerticalSplitPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowGwt
This is the implementation of
UiWidgetMainWindow using GWT. |
class |
UiWidgetPopupGwt
This is the implementation of
UiWidgetPopup using GWT. |
class |
UiWidgetWindowGwt
This is the implementation of
UiWidgetWindow using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarTestImpl
This is the implementation of
UiWidgetMenuBar for testing without a native toolkit. |
class |
UiWidgetMenuTestImpl
This is the implementation of
UiWidgetMenu for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridPanelTestImpl
This is the implementation of
UiWidgetGridPanel using GWT. |
class |
UiWidgetGridRowTestImpl
This is the implementation of
UiWidgetGridRow using GWT. |
class |
UiWidgetHorizontalPanelTestImpl
This is the implementation of
UiWidgetHorizontalPanel for testing without a native toolkit. |
class |
UiWidgetTabPanelTestImpl
This is the implementation of
UiWidgetTabPanel for testing without a native toolkit. |
class |
UiWidgetVerticalPanelTestImpl
This is the implementation of
UiWidgetVerticalPanel for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowTestImpl
This is the implementation of
UiWidgetMainWindow using GWT. |
class |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.