| 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_MAINThe  DialogSlotfor the main dialog. | 
| static DialogSlot | DialogConstants. SLOT_PAGE_NAVIGATIONThe  DialogSlotfor the navigation dialog. | 
| static DialogSlot | DialogConstants. SLOT_ROOT_PAGEThe  DialogSlotof theroot dialogwhere thepagedialog isDialogController.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  DialogControlleris 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  DialogControlleras
 sub-dialog in a predefined slot. | 
| UiWidgetSlot | AttributeReadSlot. getSlot(DialogSlot slot)Gets the  UiWidgetSlotidentified by the givenDialogSlot. | 
| (package private) void | DialogController. setSubDialog(DialogController<?> subDialog,
            DialogSlot slot,
            DialogPlace dialogPlace)This method embeds the given  subDialoginside the givenslotof this dialog. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DialogSlot | AbstractMainDialogController. doShow(DialogPlace dialogPlace)This method gets called whenever this  DialogControlleris to be shown. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DialogSlot | AbstractNavigationDialogController. doShow(DialogPlace dialogPlace)This method gets called whenever this  DialogControlleris to be shown. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DialogSlot | AbstractPageDialogController. doShow(DialogPlace dialogPlace)This method gets called whenever this  DialogControlleris 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  DialogControlleras
 sub-dialog in a predefined slot. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DialogSlot | RootDialogController. doShow(DialogPlace dialogPlace)This method gets called whenever this  DialogControlleris 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  DialogControlleras
 sub-dialog in a predefined slot. | 
Copyright © 2001–2016 mmm-Team. All rights reserved.