Uses of Class
org.patternfly.component.drawer.Drawer
Packages that use Drawer
-
Uses of Drawer in org.patternfly.component.drawer
Subclasses with type arguments of type Drawer in org.patternfly.component.drawerModifier and TypeClassDescriptionclassA drawer is a sliding panel that enters from the right edge of the viewport.Classes in org.patternfly.component.drawer that implement interfaces with type arguments of type DrawerModifier and TypeClassDescriptionclassA drawer is a sliding panel that enters from the right edge of the viewport.classA drawer is a sliding panel that enters from the right edge of the viewport.classA drawer is a sliding panel that enters from the right edge of the viewport.Methods in org.patternfly.component.drawer that return DrawerModifier and TypeMethodDescriptionDrawer.add(DrawerContent content) Drawer.add(DrawerPanel panel) Drawer.add(DrawerSection section) Drawer.addContent(DrawerContent content) Drawer.addPanel(DrawerPanel panel) Drawer.addSection(DrawerSection section) static DrawerDrawer.drawer()Drawer.inline(boolean inline) Drawer.onToggle(ToggleHandler<Drawer> toggleHandler) Drawer.that()Method parameters in org.patternfly.component.drawer with type arguments of type Drawer -
Uses of Drawer in org.patternfly.component.page
Methods in org.patternfly.component.page that return DrawerModifier and TypeMethodDescriptionPage.drawer()Returns theDrawerthat contains the currentNotificationDrawerornullif no notification drawer has been defined yet.