Uses of Class
org.patternfly.component.notification.NotificationDrawerList
Packages that use NotificationDrawerList
-
Uses of NotificationDrawerList in org.patternfly.component.notification
Methods in org.patternfly.component.notification that return NotificationDrawerListModifier 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) NotificationDrawerBody.list()static NotificationDrawerListNotificationDrawerList.notificationDrawerList()NotificationDrawerList.onAdd(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onAdd) NotificationDrawerList.onRemove(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onRemove) NotificationDrawerList.that()Methods in org.patternfly.component.notification with parameters of type NotificationDrawerListModifier and TypeMethodDescriptionNotificationDrawerBody.add(NotificationDrawerList list) NotificationDrawerBody.addList(NotificationDrawerList list) Method parameters in org.patternfly.component.notification with type arguments of type NotificationDrawerListModifier and TypeMethodDescriptionNotificationDrawerList.onAdd(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onAdd) NotificationDrawerList.onRemove(BiConsumer<NotificationDrawerList, NotificationDrawerItem> onRemove)