| Package | Description |
|---|---|
| com.hybris.backoffice.widgets.notificationarea |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NotificationController.addMessageComponent(org.zkoss.zul.Div container,
NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected void |
NotificationController.addNotification(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected org.zkoss.zk.ui.Component |
NotificationController.createLink(NotificationEvent notificationEvent,
NotificationReference referenceConfig,
ExpressionResolver resolver) |
protected org.zkoss.zk.ui.Component |
NotificationController.createNotificationComponent(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected Notification |
NotificationController.extractNotificationConfig(NotificationEvent notificationEvent,
NotificationArea notificationArea) |
protected NotificationArea |
NotificationController.getNotificationAreaConfig(NotificationEvent notificationEvent) |
protected Destination |
NotificationController.getNotificationDestination(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected org.zkoss.zk.ui.Component |
NotificationController.getNotificationRendererComponent(NotificationEvent notificationEvent,
String rendererBean,
List<NotificationParameter> parameters) |
protected BigInteger |
NotificationController.getNotificationTimeout(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected Object |
NotificationController.getReferencedObject(NotificationEvent event,
NotificationReference ref) |
protected String |
NotificationController.getReferenceLabel(NotificationEvent notificationEvent,
NotificationReference referenceConfig,
ExpressionResolver resolver) |
protected boolean |
NotificationController.isAlreadyNotified(NotificationEvent notificationEvent) |
protected boolean |
NotificationController.isLinkEnabled(NotificationEvent event,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
protected boolean |
NotificationController.isLinkEnabled(NotificationEvent notificationEvent,
NotificationReference reference,
ExpressionResolver resolver) |
protected boolean |
NotificationController.isMatchingNotification(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
void |
NotificationController.onNotification(NotificationEvent notificationEvent)
Starting point of notification processing.
|
org.zkoss.zk.ui.Component |
NotificationRenderer.render(NotificationEvent event,
Map<String,Object> parameters)
Creates component that represents provided notification
|
protected boolean |
NotificationController.validateMessage(Notification notification,
NotificationEvent notificationEvent) |
protected boolean |
NotificationController.validateReferenceIndex(NotificationReference ref,
NotificationEvent event) |
Copyright © 2018. All rights reserved.