public class NotifierZKComponent
extends HtmlMacroComponent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CAPTION_SCLASS |
static java.lang.String |
MESSAGE_SCLASS |
| Constructor and Description |
|---|
NotifierZKComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected Div |
getContentAreaDiv() |
Notification |
getNotification() |
Timer |
getTimerComponent() |
void |
setContentAreaDiv(Div contentAreaDiv) |
void |
setDialogNotification(Notification notification) |
void |
setNotification(Notification notification)
Sets the current
notification to notification and displays it. |
void |
setSclass(java.lang.String sclass) |
void |
setTimerComponent(Timer timerComponent) |
protected void |
showDialog() |
protected void |
showNotification()
Displays the
notification held by this notifier component. |
protected void |
updateView()
Creates and displays the notification view.
|
public static final java.lang.String CAPTION_SCLASS
public static final java.lang.String MESSAGE_SCLASS
public void setTimerComponent(Timer timerComponent)
public Timer getTimerComponent()
public void setContentAreaDiv(Div contentAreaDiv)
contentAreaDiv - protected Div getContentAreaDiv()
public void setSclass(java.lang.String sclass)
public void setNotification(Notification notification)
notification to notification and displays it.notification - the notification to be displayedupdateView()public void setDialogNotification(Notification notification)
public Notification getNotification()
protected void showDialog()
protected void updateView()
protected void showNotification()
notification held by this notifier component.setNotification(Notification),
updateView()Copyright © 2018 SAP SE. All Rights Reserved.