Package | Description |
---|---|
net.sf.mmm.client.ui.api.dialog |
Contains the API for dialog management of an application client.
|
net.sf.mmm.client.ui.base.dialog |
Contains the base implementation of the Client Dialog API.
|
net.sf.mmm.client.ui.base.dialog.main |
Contains the base implementation for main dialogs.
|
net.sf.mmm.client.ui.base.dialog.navigation |
Contains the base implementation for the (default) navigation dialog.
|
net.sf.mmm.client.ui.base.dialog.page |
Contains the base implementation of the page dialog.
|
net.sf.mmm.client.ui.base.dialog.root |
Contains the base implementation of the root dialog.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
DialogManager.getCurrentDialog(String type)
This method gets the current
Dialog of the given type . |
Dialog |
DialogManager.getCurrentMainDialog()
|
Dialog |
DialogManager.getDialog(String dialogId)
|
Modifier and Type | Class and Description |
---|---|
class |
DialogController<VIEW extends UiWidget>
This is the abstract base class for the
controller of a Dialog . |
Modifier and Type | Field and Description |
---|---|
private Map<String,Dialog> |
AbstractDialogManager.type2currentDialogMap |
Modifier and Type | Method and Description |
---|---|
Dialog |
AbstractDialogManager.getCurrentDialog(String type)
This method gets the current
Dialog of the given type . |
Dialog |
AbstractDialogManager.getCurrentMainDialog()
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractDialogManager.onHideDialog(Dialog dialog)
This method should be called whenever a
Dialog is hidden. |
(package private) void |
AbstractDialogManager.onShowDialog(Dialog dialog)
This method has to be called whenever a
Dialog is opened or brought to the front. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMainDialogController<VIEW extends UiWidgetRegular>
This is the abstract base implementation for the
DialogController of a
main dialog . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigationDialogController<VIEW extends UiWidgetRegular>
This is the abstract base implementation for the
DialogController of a
navigation dialog . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageDialogController<VIEW extends UiWidgetRegular & AttributeReadSlot>
This is the abstract base implementation for the
DialogController of the
page . |
Modifier and Type | Class and Description |
---|---|
class |
RootDialogController
This is the
DialogController for the root dialog. |
Copyright © 2001–2016 mmm-Team. All rights reserved.