Uses of Class
org.patternfly.component.notification.NotificationDrawer
Packages that use NotificationDrawer
Package
Description
Provides the PatternFly notification badge and notification drawer components.
Provides the PatternFly page layout component and its subcomponents.
-
Uses of NotificationDrawer in org.patternfly.component.notification
Subclasses with type arguments of type NotificationDrawer in org.patternfly.component.notificationModifier and TypeClassDescriptionclassA notification drawer is a sliding panel that displays event notifications.Classes in org.patternfly.component.notification that implement interfaces with type arguments of type NotificationDrawerModifier and TypeClassDescriptionclassA notification drawer is a sliding panel that displays event notifications.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(org.patternfly.handler.CloseHandler<NotificationDrawer> closeHandler) NotificationDrawer.that()Method parameters in org.patternfly.component.notification with type arguments of type NotificationDrawerModifier and TypeMethodDescriptionNotificationDrawer.onClose(org.patternfly.handler.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)