Uses of Interface
org.patternfly.core.Closeable
-
Packages that use Closeable Package Description org.patternfly.component.alert org.patternfly.component.chip org.patternfly.component.menu org.patternfly.component.popover org.patternfly.component.tooltip -
-
Uses of Closeable in org.patternfly.component.alert
Classes in org.patternfly.component.alert that implement Closeable Modifier and Type Class Description classAlertAn alert is a notification that provides brief information to the user without blocking their workflow. -
Uses of Closeable in org.patternfly.component.chip
Classes in org.patternfly.component.chip that implement Closeable Modifier and Type Class Description classChipA chip is used to communicate a value or a set of attribute-value pairs within workflows that involve filtering a set of objects.classChipGroup -
Uses of Closeable in org.patternfly.component.menu
Classes in org.patternfly.component.menu that implement Closeable Modifier and Type Class Description classDropdownA dropdown presents a menu of actions or links in a constrained space that will trigger a process or navigate to a new location. -
Uses of Closeable in org.patternfly.component.popover
Classes in org.patternfly.component.popover that implement Closeable Modifier and Type Class Description classPopoverA popover is in-app messaging that provides more information on specific product areas. -
Uses of Closeable in org.patternfly.component.tooltip
Classes in org.patternfly.component.tooltip that implement Closeable Modifier and Type Class Description classTooltipA tooltip is in-app messaging used to identify elements on a page with short, clarifying text.
-