Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
net.sf.mmm.client.ui.base.dialog.root |
Contains the base implementation of the root dialog.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for 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 |
Contains the base implementation for 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 |
Contains the test implementation of widgets.
|
net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
Modifier and Type | Method and Description |
---|---|
UiWidgetMainWindow |
AbstractUiWidgetFactoryNative.getMainWindow()
This method gets the application
main window . |
Modifier and Type | Method and Description |
---|---|
protected UiWidgetMainWindow |
RootDialogController.createView()
This method creates the
view and has to be implemented for each individual dialog. |
Modifier and Type | Field and Description |
---|---|
private UiWidgetMainWindow |
AbstractUiWidgetFactoryNative.mainWindow |
Modifier and Type | Method and Description |
---|---|
protected abstract UiWidgetMainWindow |
AbstractUiWidgetFactoryNative.createMainWindow() |
UiWidgetMainWindow |
AbstractUiWidgetFactoryNative.getMainWindow()
This method gets the application
main window . |
Modifier and Type | Method and Description |
---|---|
UiWidgetMainWindow |
AbstractUiWidgetFactory.getMainWindow()
This method gets the application
main window . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMainWindow<ADAPTER extends UiWidgetAdapterMainWindow>
This is the abstract base implementation of
UiWidgetMainWindow . |
Modifier and Type | Method and Description |
---|---|
protected UiWidgetMainWindow |
UiWidgetFactoryNativeGwt.createMainWindow() |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowGwt
This is the implementation of
UiWidgetMainWindow using GWT. |
Modifier and Type | Method and Description |
---|---|
protected UiWidgetMainWindow |
UiWidgetFactoryNativeTestImpl.createMainWindow() |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowTestImpl
This is the implementation of
UiWidgetMainWindow using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.