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,
java.lang.String rendererBean,
java.util.List<NotificationParameter> parameters) |
|
protected java.math.BigInteger |
NotificationController.getNotificationTimeout(NotificationEvent notificationEvent,
Notification notificationConfig,
NotificationDefaults notificationDefaults) |
|
protected java.lang.Object |
NotificationController.getReferencedObject(NotificationEvent event,
NotificationReference ref) |
|
protected java.lang.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,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
Creates component that represents provided notification
|
protected boolean |
NotificationController.validateMessage(Notification notification,
NotificationEvent notificationEvent) |
|
protected boolean |
NotificationController.validateReferenceIndex(NotificationReference ref,
NotificationEvent event) |
|