Package | Description |
---|---|
net.sf.mmm.client.ui.api |
Contains the API to build user-interfaces for an application client.
|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.impl.gwt |
Contains the base implementation for Client UI using GWT.
|
net.sf.mmm.client.ui.impl.test |
Contains the test implementation of
client-ui for widgets. |
Modifier and Type | Method and Description |
---|---|
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity)
This method opens a popup dialog with the given
message . |
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity,
Consumer<String> callback)
This method opens a confirmation popup dialog with the given
message and an "OK" button. |
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title)
This method opens a popup dialog with the given
message . |
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback)
This method opens a confirmation popup dialog with the given
message and an "OK" button. |
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback,
Map<String,String> id2buttonLabelMap)
This method opens a confirmation popup dialog with the given
message . |
void |
UiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback,
String labelOk,
String labelCancel)
This method opens a confirmation popup dialog with the given
message and two buttons for the
options "Yes" and "No". |
Modifier and Type | Field and Description |
---|---|
static MessageSeverity |
MessageSeverity.ERROR
MessageSeverity indicating an error. |
static MessageSeverity |
MessageSeverity.INFORMATION
MessageSeverity indicating an general purpose information. |
static MessageSeverity |
MessageSeverity.QUESTION
MessageSeverity indicating a question. |
static MessageSeverity |
MessageSeverity.WARNING
MessageSeverity indicating a warning. |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractUiPopupHelper.getTitle(MessageSeverity severity)
This method gets the title for the given
MessageSeverity . |
void |
AbstractUiPopupHelper.showPopup(String message,
MessageSeverity severity)
This method opens a popup dialog with the given
message . |
void |
AbstractUiPopupHelper.showPopup(String message,
MessageSeverity severity,
Consumer<String> callback)
This method opens a confirmation popup dialog with the given
message and an "OK" button. |
void |
AbstractUiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title)
This method opens a popup dialog with the given
message . |
void |
AbstractUiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback)
This method opens a confirmation popup dialog with the given
message and an "OK" button. |
void |
AbstractUiPopupHelper.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback,
String labelOk,
String labelCancel)
This method opens a confirmation popup dialog with the given
message and two buttons for the
options "Yes" and "No". |
Modifier and Type | Method and Description |
---|---|
void |
UiPopupHelperDummy.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback,
Map<String,String> id2buttonLabelMap)
This method opens a confirmation popup dialog with the given
message . |
Modifier and Type | Method and Description |
---|---|
void |
UiPopupHelperTestImpl.showPopup(String message,
MessageSeverity severity,
String title,
Consumer<String> callback,
Map<String,String> id2buttonLabelMap)
This method opens a confirmation popup dialog with the given
message . |
Copyright © 2001–2016 mmm-Team. All rights reserved.