Uses of Class
org.patternfly.component.notification.NotificationDrawer
Packages that use NotificationDrawer
-
Uses of NotificationDrawer in org.patternfly.component.notification
Methods in org.patternfly.component.notification that return NotificationDrawerModifier and TypeMethodDescriptionNotificationDrawer.add(NotificationDrawerBody body) NotificationDrawer.add(NotificationDrawerHeader header) NotificationDrawer.addBody(NotificationDrawerBody body) NotificationDrawer.addHeader(NotificationDrawerHeader header) static NotificationDrawerNotificationDrawer.notificationDrawer()NotificationDrawer.onClose(CloseHandler<NotificationDrawer> closeHandler) NotificationDrawer.that()Method parameters in org.patternfly.component.notification with type arguments of type NotificationDrawerModifier and TypeMethodDescriptionNotificationDrawer.onClose(CloseHandler<NotificationDrawer> closeHandler) -
Uses of NotificationDrawer in org.patternfly.component.page
Methods in org.patternfly.component.page that return NotificationDrawerModifier and TypeMethodDescriptionPage.notificationDrawer()Returns the currentNotificationDrawerornullif no notification drawer has been defined yet.Methods in org.patternfly.component.page with parameters of type NotificationDrawerModifier and TypeMethodDescriptionPage.add(NotificationDrawer notificationDrawer) Page.addNotificationDrawer(NotificationDrawer notificationDrawer) voidPage.wire(NotificationBadge notificationBadge, NotificationDrawer notificationDrawer)