public abstract class EnhancedWidgetController
extends DefaultWidgetController
| Constructor and Description |
|---|
EnhancedWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
showError(java.lang.String msgKey,
java.lang.Object... msgParams)
Notifies user about an error.
|
protected void |
showWarning(java.lang.String msgKey,
java.lang.Object... msgParams)
Warns user with a pop-up message.
|
protected void showWarning(java.lang.String msgKey,
java.lang.Object... msgParams)
msgKey - a key of the message to display in the localization bundle resource.msgParams - optional parameters to be injected into the message.protected void showError(java.lang.String msgKey,
java.lang.Object... msgParams)
msgKey - a key of the message to display in the localization bundle resource.msgParams - optional parameters to be injected into the message.Copyright © 2017 SAP SE. All Rights Reserved.