| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api.event |
Contains the event API of the client UI.
|
| net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
| net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
| 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.window |
Contains the test implementation of window widgets.
|
| Modifier and Type | Field and Description |
|---|---|
private UiFeatureOpenClose |
UiEventOpenOrClose.source |
| Modifier and Type | Method and Description |
|---|---|
UiFeatureOpenClose |
UiEventOpenOrClose.getSource() |
| Constructor and Description |
|---|
UiEventClose(UiFeatureOpenClose source,
boolean programmatic)
The constructor.
|
UiEventOpen(UiFeatureOpenClose source,
boolean programmatic)
The constructor.
|
UiEventOpenOrClose(UiFeatureOpenClose source,
boolean programmatic)
The constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UiWidgetAbstractDialogWindow
This is the abstract base interface for a
window widget that represents a
dialog 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 |
UiWidgetCustomAbstractDialogWindow<DELEGATE extends UiWidgetAbstractDialogWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractDialogWindow. |
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUiWidgetAbstractDialogWindow<ADAPTER extends UiWidgetAdapterAbstractDialogWindow>
This is the abstract base implementation of
UiWidgetAbstractDialogWindow. |
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 |
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 |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.