Uses of Class
org.patternfly.component.popover.NativePopover
Packages that use NativePopover
-
Uses of NativePopover in org.patternfly.component.popover
Subclasses with type arguments of type NativePopover in org.patternfly.component.popoverModifier and TypeClassDescriptionclassA popover is in-app messaging that provides more information on specific product areas.Classes in org.patternfly.component.popover that implement interfaces with type arguments of type NativePopoverModifier and TypeClassDescriptionclassA popover is in-app messaging that provides more information on specific product areas.classA popover is in-app messaging that provides more information on specific product areas.classA popover is in-app messaging that provides more information on specific product areas.Methods in org.patternfly.component.popover that return NativePopoverModifier and TypeMethodDescriptionNativePopover.add(NativePopoverBody body) NativePopover.add(NativePopoverFooter footer) NativePopover.add(NativePopoverHeader header) NativePopover.addBody(NativePopoverBody body) NativePopover.addFooter(NativePopoverFooter footer) NativePopover.addHeader(NativePopoverHeader header) NativePopover.ariaCloseLabel(String label) Accessible label for the close button.Accessible label for the popover, required when header is not present.NativePopover.autoWidth()NativePopover.closable()NativePopover.closable(CloseHandler<NativePopover> closeHandler) NativePopover.distance(int distance) static NativePopoverNativePopover.nativePopover()static NativePopoverNativePopover.nativePopover(HTMLElement trigger) static NativePopoverNativePopover.nativePopover(Supplier<HTMLElement> trigger) static NativePopoverNativePopover.nativePopover(By trigger) NativePopover.noClose()NativePopover.onClose(CloseHandler<NativePopover> closeHandler) NativePopover.removeIcon()NativePopover.that()NativePopover.trigger(HTMLElement trigger) NativePopover.trigger(Supplier<HTMLElement> trigger) Method parameters in org.patternfly.component.popover with type arguments of type NativePopoverModifier and TypeMethodDescriptionNativePopover.closable(CloseHandler<NativePopover> closeHandler) NativePopover.onClose(CloseHandler<NativePopover> closeHandler)