@Portable public class NotificationEvent extends Object implements UberFireEvent
Modifier and Type | Class and Description |
---|---|
static class |
NotificationEvent.NotificationType |
Constructor and Description |
---|
NotificationEvent() |
NotificationEvent(String notification) |
NotificationEvent(String notification,
boolean isSingleton) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest) |
NotificationEvent(String notification,
NotificationEvent.NotificationType type,
boolean isSingleton,
PlaceRequest placeRequest,
Integer initialTopOffset) |
Modifier and Type | Method and Description |
---|---|
boolean |
autoHide() |
boolean |
equals(Object obj) |
Integer |
getInitialTopOffset() |
PlaceRequest |
getNavigationPlace() |
String |
getNavigationText() |
String |
getNotification() |
PlaceRequest |
getPlaceRequest() |
NotificationEvent.NotificationType |
getType() |
int |
hashCode() |
boolean |
hasNavigation() |
boolean |
isSingleton() |
NotificationEvent |
setAutoHide(boolean autoHide) |
NotificationEvent |
setNavigation(String text,
PlaceRequest place) |
String |
toString() |
public NotificationEvent()
public NotificationEvent(String notification)
public NotificationEvent(String notification, NotificationEvent.NotificationType type)
public NotificationEvent(String notification, boolean isSingleton)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest)
public NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest, Integer initialTopOffset)
public String getNotification()
public NotificationEvent.NotificationType getType()
public boolean isSingleton()
public PlaceRequest getPlaceRequest()
public Integer getInitialTopOffset()
public NotificationEvent setAutoHide(boolean autoHide)
public boolean autoHide()
public NotificationEvent setNavigation(String text, PlaceRequest place)
public boolean hasNavigation()
public String getNavigationText()
public PlaceRequest getNavigationPlace()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.