| Package | Description |
|---|---|
| com.neurosys.common.admin.wicket.components | |
| com.neurosys.notification.service | |
| com.neurosys.notification.wicket.components |
| Constructor and Description |
|---|
NotificationsPanel(String id,
List<UserNotification<?>> notifications) |
| Modifier and Type | Method and Description |
|---|---|
protected UserNotification<M> |
UserNotificationGenerator.createNotification(Object m)
The input can be a Single Object or a Collection of Objects.
If the input element is a List or Array, {count String, message Object, recipient, status, severity, tags} .. |
UserNotification<M> |
UserNotificationGenerator.getTemplate()
A template to Construct Notification messages from
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserNotificationGenerator.setTemplate(UserNotification<M> template)
A template to Construct Notification messages from
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationsContainer<T extends UserNotification<?>>
A container for
UserNotifications that uses a CompoundPropertyModel over each "notification" Fragment
Sample HTML for component: |
Copyright © 2018. All rights reserved.