public class Notification extends Object
| Constructor and Description |
|---|
Notification(NotificationBean data)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.Timer |
getAliveTimer() |
com.google.gwt.animation.client.Animation |
getAutoCloseAnimation() |
NotificationBean |
getData() |
com.google.gwt.user.client.Timer |
getFadeTimer() |
int |
getIndex() |
NotificationWidget |
getWidget() |
void |
setAliveTimer(com.google.gwt.user.client.Timer aliveTimer) |
void |
setAutoCloseAnimation(com.google.gwt.animation.client.Animation autoCloseAnimation) |
void |
setData(NotificationBean data) |
void |
setFadeTimer(com.google.gwt.user.client.Timer fadeTimer) |
void |
setIndex(int index) |
void |
setWidget(NotificationWidget widget) |
public Notification(NotificationBean data)
data - public int getIndex()
public NotificationBean getData()
public NotificationWidget getWidget()
public com.google.gwt.user.client.Timer getAliveTimer()
public com.google.gwt.user.client.Timer getFadeTimer()
public com.google.gwt.animation.client.Animation getAutoCloseAnimation()
public void setIndex(int index)
index - the index to setpublic void setData(NotificationBean data)
data - the data to setpublic void setWidget(NotificationWidget widget)
widget - the widget to setpublic void setAliveTimer(com.google.gwt.user.client.Timer aliveTimer)
aliveTimer - the aliveTimer to setpublic void setFadeTimer(com.google.gwt.user.client.Timer fadeTimer)
fadeTimer - the fadeTimer to setpublic void setAutoCloseAnimation(com.google.gwt.animation.client.Animation autoCloseAnimation)
autoCloseAnimation - the autoCloseAnimation to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.