Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for 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 | Method and Description |
---|---|
UiWidgetPopup |
UiWidgetFactory.createPopup(String title)
Creates a new
UiWidgetPopup . |
UiWidgetPopup |
UiWidgetFactory.createPopup(String title,
boolean closable,
boolean resizable,
boolean movable)
Creates a new
UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Modifier and Type | Method and Description |
---|---|
UiWidgetPopup |
UiWidgetFactoryImpl.createPopup(String title)
Creates a new
UiWidgetPopup . |
UiWidgetPopup |
UiWidgetFactoryImpl.createPopup(String title,
boolean closable,
boolean resizable,
boolean movable)
Creates a new
UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetPopup<ADAPTER extends UiWidgetAdapterPopup>
This is the abstract base implementation of
UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetPopupGwt
This is the implementation of
UiWidgetPopup using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetPopup |
UiWidgetPopupGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetPopup |
UiWidgetPopupTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.