Package | Description |
---|---|
net.sf.mmm.client.base.gwt.dialog |
Contains the base implementation of the Client Dialog API using GWT.
|
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 |
---|---|
protected DialogPlace |
DialogManagerImplGwt.getStartPlace()
This method determines the start
DialogPlace . |
Modifier and Type | Method and Description |
---|---|
void |
DialogManagerImplGwt.navigateTo(DialogPlace place)
|
ApplicationWindow |
DialogManagerImplGwt.openInNewWindow(DialogPlace place)
|
Modifier and Type | Field and Description |
---|---|
static DialogPlace |
DialogConstants.PLACE_HOME
The
DialogPlace for the home dialog . |
Modifier and Type | Method and Description |
---|---|
static DialogPlace |
DialogPlace.fromString(String place)
This is the inverse operation of
toString() . |
DialogPlace |
DialogManager.getCurrentPlace()
This method gets the current
DialogPlace . |
Modifier and Type | Method and Description |
---|---|
void |
DialogManager.initialize(DialogPlace defaultPlace)
This method initializes this
DialogManager . |
void |
DialogManager.navigateTo(DialogPlace place)
|
ApplicationWindow |
DialogManager.openInNewWindow(DialogPlace place)
|
Modifier and Type | Field and Description |
---|---|
private DialogPlace |
AbstractDialogManager.currentPlace |
private DialogPlace |
AbstractDialogManager.defaultPlace |
private DialogPlace |
DialogController.place |
Modifier and Type | Method and Description |
---|---|
DialogPlace |
AbstractDialogManager.getCurrentPlace()
This method gets the current
DialogPlace . |
protected abstract DialogPlace |
AbstractDialogManager.getStartPlace()
This method determines the start
DialogPlace . |
Modifier and Type | Method and Description |
---|---|
protected abstract DialogSlot |
DialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
void |
AbstractDialogManager.initialize(DialogPlace defaultDialogPlace)
This method initializes this
DialogManager . |
(package private) void |
DialogController.setSubDialog(DialogController<?> subDialog,
DialogSlot slot,
DialogPlace dialogPlace)
This method embeds the given
subDialog inside the given slot of this dialog. |
void |
DialogController.show(DialogPlace dialogPlace)
This method opens this dialog as triggered by the given
DialogPlace . |
protected void |
AbstractDialogManager.show(DialogPlace dialogPlace) |
private DialogSlot |
DialogController.showInternal(DialogPlace dialogPlace) |
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 DialogSlot |
RootDialogController.doShow(DialogPlace dialogPlace)
This method gets called whenever this
DialogController is to be shown. |
Copyright © 2001–2016 mmm-Team. All rights reserved.