Uses of Class
org.patternfly.component.notification.NotificationDrawerList
Packages that use NotificationDrawerList
-
Uses of NotificationDrawerList in org.patternfly.component.notification
Subclasses with type arguments of type NotificationDrawerList in org.patternfly.component.notificationClasses in org.patternfly.component.notification that implement interfaces with type arguments of type NotificationDrawerListMethods 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)