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 methods 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.that()Methods in org.patternfly.component.notification with parameters of type NotificationDrawerListModifier and TypeMethodDescriptionNotificationDrawerBody.add(NotificationDrawerList list) NotificationDrawerBody.addList(NotificationDrawerList list)