Uses of Interface
org.patternfly.component.Closeable
Packages that use Closeable
Package
Description
Provides the PatternFly alert component for displaying notification messages to users.
Provides label and label group components for displaying compact, categorized metadata.
Provides the PatternFly modal dialog component and its subcomponents.
Provides the PatternFly notification badge and notification drawer components.
Provides the PatternFly popover component and its subcomponents.
Provides a tabs component for organizing content into separate views within the same page.
Provides a tooltip component for displaying contextual information on hover or focus.
-
Uses of Closeable in org.patternfly.component.alert
Classes in org.patternfly.component.alert that implement CloseableModifier and TypeClassDescriptionclassAn alert is a notification that provides brief information to the user without blocking their workflow. -
Uses of Closeable in org.patternfly.component.label
Classes in org.patternfly.component.label that implement CloseableModifier and TypeClassDescriptionclassThe label component allows users to add specific element captions for user clarity and convenience.class -
Uses of Closeable in org.patternfly.component.modal
Classes in org.patternfly.component.modal that implement CloseableModifier and TypeClassDescriptionclassA modal displays important information to a user without requiring them to navigate to a new page. -
Uses of Closeable in org.patternfly.component.notification
Classes in org.patternfly.component.notification that implement Closeable -
Uses of Closeable in org.patternfly.component.popover
Classes in org.patternfly.component.popover that implement CloseableModifier and TypeClassDescriptionclassA popover is in-app messaging that provides more information on specific product areas.classDeprecated.This implementation uses the Popper.js API, which is due to be removed soon. -
Uses of Closeable in org.patternfly.component.tabs
Classes in org.patternfly.component.tabs that implement Closeable -
Uses of Closeable in org.patternfly.component.tooltip
Classes in org.patternfly.component.tooltip that implement CloseableModifier and TypeClassDescriptionclassDeprecated.This implementation uses the Popper.js API, which is due to be removed soon.classA tooltip is in-app messaging used to identify elements on a page with short, clarifying text.