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 | Field and Description |
---|---|
static DialogSlot |
DialogConstants.SLOT_PAGE_MAIN
The
DialogSlot for the main dialog. |
static DialogSlot |
DialogConstants.SLOT_PAGE_NAVIGATION
The
DialogSlot for the navigation dialog. |
static DialogSlot |
DialogConstants.SLOT_ROOT_PAGE
The
DialogSlot of the root dialog where the page
dialog is DialogController.embed(net.sf.mmm.client.ui.base.dialog.DialogController<?>, net.sf.mmm.client.ui.base.dialog.DialogSlot) embedded. |
Modifier and Type | Field and Description |
---|---|
private Map<DialogSlot,DialogController<?>> |
DialogController.slot2subDialogMap |
Modifier and Type | Method and Description |
---|---|
protected abstract DialogSlot |
DialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
private DialogSlot |
DialogController.showInternal(DialogPlace dialogPlace) |
Modifier and Type | Method and Description |
---|---|
protected void |
DialogController.embed(DialogController<?> subDialog,
DialogSlot slot)
This method has to be overridden with the custom logic to embed a given
DialogController as
sub-dialog in a predefined slot. |
UiWidgetSlot |
AttributeReadSlot.getSlot(DialogSlot slot)
Gets the
UiWidgetSlot identified by the given DialogSlot . |
(package private) void |
DialogController.setSubDialog(DialogController<?> subDialog,
DialogSlot slot,
DialogPlace dialogPlace)
This method embeds the given
subDialog inside the given slot of this dialog. |
Modifier and Type | Method and Description |
---|---|
protected DialogSlot |
AbstractMainDialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
Modifier and Type | Method and Description |
---|---|
protected DialogSlot |
AbstractNavigationDialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
Modifier and Type | Method and Description |
---|---|
protected DialogSlot |
AbstractPageDialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPageDialogController.embed(DialogController<?> subDialog,
DialogSlot slot)
This method has to be overridden with the custom logic to embed a given
DialogController as
sub-dialog in a predefined slot. |
Modifier and Type | Method and Description |
---|---|
protected DialogSlot |
RootDialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
Modifier and Type | Method and Description |
---|---|
protected void |
RootDialogController.embed(DialogController<?> subDialog,
DialogSlot slot)
This method has to be overridden with the custom logic to embed a given
DialogController as
sub-dialog in a predefined slot. |
Copyright © 2001–2016 mmm-Team. All rights reserved.