Uses of Class
org.patternfly.component.notification.NotificationDrawerItem
Packages that use NotificationDrawerItem
-
Uses of NotificationDrawerItem in org.patternfly.component.notification
Methods in org.patternfly.component.notification that return NotificationDrawerItemModifier and TypeMethodDescriptionNotificationDrawerItem.addAction(HTMLElement element) NotificationDrawerItem.addBody(NotificationDrawerItemBody body) NotificationDrawerItem.hoverable()Same as hoverable(true)NotificationDrawerItem.hoverable(boolean hoverable) Adds/removes modifier(hoverable)static NotificationDrawerItemNotificationDrawerItem.notificationDrawerItem(Severity type, String title) static NotificationDrawerItemNotificationDrawerItem.notificationDrawerItem(Severity type, String identifier, String title) NotificationDrawerItem.onClick(ComponentHandler<NotificationDrawerItem> handler) NotificationDrawerItem.read()Same as read(true)NotificationDrawerItem.read(boolean read) Adds/removes modifier(read)NotificationDrawerItem.that()Methods in org.patternfly.component.notification that return types with arguments of type NotificationDrawerItemMethods in org.patternfly.component.notification with parameters of type NotificationDrawerItemModifier and TypeMethodDescriptionNotificationDrawerList.add(NotificationDrawerItem item) Unlike other add methods, this method doesn't append the item to the list but inserts it as the first child.NotificationDrawerList.insertAfter(NotificationDrawerItem newItem, NotificationDrawerItem afterItem) Method parameters in org.patternfly.component.notification with type arguments of type NotificationDrawerItemModifier and TypeMethodDescriptionNotificationDrawerList.onAdd(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onAdd) NotificationDrawerItem.onClick(ComponentHandler<NotificationDrawerItem> handler) NotificationDrawerList.onRemove(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onRemove)