Uses of Interface
org.patternfly.core.OuiaSupport
Packages that use OuiaSupport
Package
Description
Provides PatternFly chart implementations for building data visualizations in Java.
Provides the PatternFly bullet chart component for comparing a primary measure against qualitative ranges and markers.
Provides the PatternFly donut chart component for displaying proportional data in a ring shape.
Provides the PatternFly pie chart component for displaying proportional data as a circle.
Provides the PatternFly donut utilization and donut threshold chart components for displaying capacity and usage data.
Provides PatternFly component implementations for building web applications in Java.
Provides the PatternFly accordion component for displaying collapsible content panels.
Provides the PatternFly alert component for displaying notification messages to users.
Provides the PatternFly avatar component for displaying user profile images.
Provides the PatternFly backdrop component.
Provides the PatternFly back to top component for scrolling navigation.
Provides the PatternFly badge component for displaying counts and status indicators.
Provides the PatternFly banner component for displaying prominent messages across the top of a page.
Provides the PatternFly brand component for displaying product logos and branding images.
Provides the PatternFly breadcrumb component for hierarchical navigation.
Provides the PatternFly button component for triggering actions and navigation.
Provides the PatternFly card component and its subcomponents for displaying information in a contained, flexible layout.
Provides the PatternFly code block component for displaying blocks of formatted code with optional actions.
Provides the PatternFly content component for rendering styled text elements such as headings, paragraphs, and lists.
Provides the PatternFly divider component for visually separating content with a horizontal or vertical line.
Provides the PatternFly drawer component and its subcomponents for displaying a collapsible panel alongside content.
Provides the PatternFly empty state component and its subcomponents for displaying placeholder content when no data is
available.
Provides the PatternFly expandable section component and its subcomponents for toggling the visibility of content.
Provides form components for building structured data entry interfaces.
Provides helper text components for displaying supplementary information alongside form controls.
Provides hint components for displaying contextual banners with supplementary information.
Provides the icon component for rendering styled SVG icons with configurable size and status.
Provides input group components for combining form controls with text, icons, or buttons.
Provides jump links components for navigating within a page using anchor-based scroll navigation.
Provides label and label group components for displaying compact, categorized metadata.
Provides list components for displaying collections of items in various formats.
Provides menu components for building dropdowns, selects, and general-purpose menus.
Provides the PatternFly modal dialog component and its subcomponents.
Provides the PatternFly navigation component and its subcomponents.
Provides the PatternFly notification badge and notification drawer components.
Provides the PatternFly number input component.
Provides the PatternFly page layout component and its subcomponents.
Provides the PatternFly panel component and its subcomponents.
Provides the PatternFly popover component and its subcomponents.
Provides the PatternFly progress component.
Provides the PatternFly progress stepper component and its subcomponents.
Provides the PatternFly skeleton component.
Provides the PatternFly skip to content component.
Provides the PatternFly slider component and its subcomponents.
Provides a switch (toggle) component for binary on/off selections.
Provides table components for displaying structured data in rows and columns.
Provides a tabs component for organizing content into separate views within the same page.
Provides text input group components for search, filter, and text input with utilities.
Provides a timestamp component for displaying dates and times in various formats.
Provides a title component for styled heading elements.
Provides a toggle group component for selecting one or multiple options from a group of buttons.
Provides a toolbar component for organizing actions, filters, and controls in a horizontal layout.
Provides a tooltip component for displaying contextual information on hover or focus.
Provides a tree view component for displaying hierarchical data.
Provides a truncate component for shortening long text with an ellipsis.
Provides a wizard component for guiding users through a multi-step workflow.
PatternFly layouts provide structure and positioning for content on a page.
Provides the PatternFly bullseye layout for centering content both vertically and horizontally within a container.
Provides the PatternFly flex layout for building custom layouts with full control over spacing, direction, alignment,
justification, wrapping, and width.
Provides the PatternFly gallery layout for arranging content in a responsive grid with uniform rows and columns that wrap
automatically.
Provides the PatternFly grid layout for placing content on a fixed 12-column grid system.
Provides the PatternFly level layout for distributing content evenly across a horizontal row.
Provides the PatternFly split layout for distributing content horizontally with support for a fill item, wrapping, and
spacing control.
Provides the PatternFly stack layout for positioning items vertically, with one or more items filling the available vertical
space.
-
Uses of OuiaSupport in org.patternfly.chart
Classes in org.patternfly.chart that implement OuiaSupportModifier and TypeClassDescriptionclassBaseChart<E extends ChartElement, B extends TypedBuilder<E,B>> -
Uses of OuiaSupport in org.patternfly.chart.bullet
Classes in org.patternfly.chart.bullet that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.chart.donut
Classes in org.patternfly.chart.donut that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.chart.pie
Classes in org.patternfly.chart.pie that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.chart.utilization
Classes in org.patternfly.chart.utilization that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.component
Classes in org.patternfly.component that implement OuiaSupportModifier and TypeClassDescriptionclassBaseComponent<E extends HTMLElement, B extends TypedBuilder<E,B>> classComponentDelegate<E extends HTMLElement, B extends TypedBuilder<E,B>> classSubComponent<E extends HTMLElement, B extends TypedBuilder<E,B>> classThe template component is a template for creating new components. -
Uses of OuiaSupport in org.patternfly.component.accordion
Classes in org.patternfly.component.accordion that implement OuiaSupportModifier and TypeClassDescriptionclassAn accordion is an interactive container that expands and collapses to hide or reveal nested content.classRepresents an item within an accordion component.class -
Uses of OuiaSupport in org.patternfly.component.alert
Classes in org.patternfly.component.alert that implement OuiaSupportModifier and TypeClassDescriptionclassAn alert is a notification that provides brief information to the user without blocking their workflow.classclassclassAn alert group stacks and positions 2 or more alerts in a live region, either in a layer over the main content of a page or inline with the page content. -
Uses of OuiaSupport in org.patternfly.component.avatar
Classes in org.patternfly.component.avatar that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.component.backdrop
Classes in org.patternfly.component.backdrop that implement OuiaSupportModifier and TypeClassDescriptionclassA backdrop is used to screen the main content of a page when a modal overlay is opened. -
Uses of OuiaSupport in org.patternfly.component.backtotop
Classes in org.patternfly.component.backtotop that implement OuiaSupportModifier and TypeClassDescriptionclassThe back to top component is a shortcut that allows users to quickly navigate to the top of a lengthy content page. -
Uses of OuiaSupport in org.patternfly.component.badge
Classes in org.patternfly.component.badge that implement OuiaSupportModifier and TypeClassDescriptionclassA badge is used to annotate other information like a label or an object name. -
Uses of OuiaSupport in org.patternfly.component.banner
Classes in org.patternfly.component.banner that implement OuiaSupportModifier and TypeClassDescriptionclassA banner is a 1-line, full color, full width container that can be used to communicate short snippets of information to users. -
Uses of OuiaSupport in org.patternfly.component.brand
Classes in org.patternfly.component.brand that implement OuiaSupportModifier and TypeClassDescriptionclassA brand is used to place a product logotype on a screen. -
Uses of OuiaSupport in org.patternfly.component.breadcrumb
Classes in org.patternfly.component.breadcrumb that implement OuiaSupportModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.class -
Uses of OuiaSupport in org.patternfly.component.button
Classes in org.patternfly.component.button that implement OuiaSupportModifier and TypeClassDescriptionclassA button is a box area or text that communicates and triggers user actions when clicked or selected. -
Uses of OuiaSupport in org.patternfly.component.card
Classes in org.patternfly.component.card that implement OuiaSupportModifier and TypeClassDescriptionclassA card is a square or rectangular container that can contain any kind of content.classclassclassclassclassclassclass -
Uses of OuiaSupport in org.patternfly.component.codeblock
Classes in org.patternfly.component.codeblock that implement OuiaSupportModifier and TypeClassDescriptionclassA code block is a component that contains two or more lines of read-only code.classclassclass -
Uses of OuiaSupport in org.patternfly.component.content
Classes in org.patternfly.component.content that implement OuiaSupportModifier and TypeClassDescriptionclassA content component contains a block of styled HTML content. -
Uses of OuiaSupport in org.patternfly.component.divider
Classes in org.patternfly.component.divider that implement OuiaSupportModifier and TypeClassDescriptionclassA divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content groupings. -
Uses of OuiaSupport in org.patternfly.component.drawer
Classes in org.patternfly.component.drawer that implement OuiaSupportModifier and TypeClassDescriptionclassA drawer is a sliding panel that enters from the right edge of the viewport.classSubcomponent for elements in aDrawerContent.classclassThe main content in aDrawercomponent.classThe sliding panel in aDrawercomponent.classSubcomponent for the header inside aDrawerPanel.class -
Uses of OuiaSupport in org.patternfly.component.emptystate
Classes in org.patternfly.component.emptystate that implement OuiaSupportModifier and TypeClassDescriptionclassAn empty state is a screen that is not yet populated with data or information.classclassclass -
Uses of OuiaSupport in org.patternfly.component.expandable
Classes in org.patternfly.component.expandable that implement OuiaSupportModifier and TypeClassDescriptionclassAn expandable section component is used to support progressive disclosure in a form or page by hiding additional content when you don't want it to be shown by default.classclass -
Uses of OuiaSupport in org.patternfly.component.form
Classes in org.patternfly.component.form that implement OuiaSupportModifier and TypeClassDescriptionclassA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.classclassclassA form is a group of elements used to collect information from a user in a variety of contexts, including in a modal, in a wizard, or on a page.classclassclassFormControl<E extends HTMLElement, B extends BaseComponent<E,B>> classclassclassclassclassclassclassclassA form select embeds browser native select lists into a form.classclassclassA radio button is used to present the user with mutually exclusive choices.classclassclassA text area component is used for entering a paragraph of text that is longer than one line.classA text input is used to gather free-form text from a user. -
Uses of OuiaSupport in org.patternfly.component.help
Classes in org.patternfly.component.help that implement OuiaSupportModifier and TypeClassDescriptionclassHelper text is an on-screen field guideline that helps provide context regarding field inputs.class -
Uses of OuiaSupport in org.patternfly.component.hint
Classes in org.patternfly.component.hint that implement OuiaSupportModifier and TypeClassDescriptionclassA hint is in-app messaging that provides a one-step reminder, explanation, or call to action for a page or modal.classclassclassclass -
Uses of OuiaSupport in org.patternfly.component.icon
Classes in org.patternfly.component.icon that implement OuiaSupportModifier and TypeClassDescriptionclassAn icon component is a container that allows for icons of varying dimensions, as well as spinners, to seamlessly replace each other without shifting surrounding content. -
Uses of OuiaSupport in org.patternfly.component.inputgroup
Classes in org.patternfly.component.inputgroup that implement OuiaSupportModifier and TypeClassDescriptionclassAn input group groups multiple related controls or inputs together, so they appear as one control.classclass -
Uses of OuiaSupport in org.patternfly.component.jumplinks
Classes in org.patternfly.component.jumplinks that implement OuiaSupportModifier and TypeClassDescriptionclassJump links allow users to navigate to sections within a page.classclass -
Uses of OuiaSupport in org.patternfly.component.label
Classes in org.patternfly.component.label that implement OuiaSupportModifier and TypeClassDescriptionclassThe label component allows users to add specific element captions for user clarity and convenience.class -
Uses of OuiaSupport in org.patternfly.component.list
Classes in org.patternfly.component.list that implement OuiaSupportModifier and TypeClassDescriptionclassAn action list is a group of actions, controls, or buttons with set spacing.classclassclassA data list is used to display large data sets when you need a flexible layout or need to include interactive content like charts.classclassclassclassclassA description list contains terms and their corresponding descriptions.classclassclassclassA list component embeds a formatted list (bulleted or numbered list) into page content.classclassA simple list provides a list of selectable items that can be shown within a page.classclass -
Uses of OuiaSupport in org.patternfly.component.modal
Classes in org.patternfly.component.modal that implement OuiaSupportModifier and TypeClassDescriptionclassA modal displays important information to a user without requiring them to navigate to a new page.classclassclassclassclass -
Uses of OuiaSupport in org.patternfly.component.notification
Classes in org.patternfly.component.notification that implement OuiaSupportModifier and TypeClassDescriptionclassA notification badge is a visual indicator that alerts users about incoming notifications.classclassclassclassclassclass -
Uses of OuiaSupport in org.patternfly.component.numberinput
Classes in org.patternfly.component.numberinput that implement OuiaSupportModifier and TypeClassDescriptionclassA number input combines a text input field with buttons to provide users with a quick and effective way to enter and modify a numeric value. -
Uses of OuiaSupport in org.patternfly.component.page
Classes in org.patternfly.component.page that implement OuiaSupportModifier and TypeClassDescriptionclassA masthead contains global properties such as logotype, navigation and settings in an organized fashion, and it is accessible from all parts of the application.classclassContainer for the content of aMastheadcomponent.classclassContainer for the main area of aMastheadcomponent.classContainer for the toggle of aMastheadcomponent.classThe page component is used to define the basic layout of a page with either vertical or horizontal navigation.classclassContainer to group multiplePageSectionLikecontainers.classContainer for the main page area.classclassclassPageSectionBuilder<E extends HTMLElement, P extends PageSectionBuilder<E,P>> Groups common methods/modifiers for page sections likePageBreadcrumbandPageSection.classContainer for the page sidebar.classContainer within thePageSidebarto hold content.classclass -
Uses of OuiaSupport in org.patternfly.component.panel
Classes in org.patternfly.component.panel that implement OuiaSupportModifier and TypeClassDescriptionclassThe panel component is a container that supports flexible content layouts.classclassclass -
Uses of OuiaSupport in org.patternfly.component.popover
Classes in org.patternfly.component.popover that implement OuiaSupportModifier and TypeClassDescriptionclassA popover is in-app messaging that provides more information on specific product areas.classclassclassclassDeprecated.This implementation uses the Popper.js API, which is due to be removed soon.classDeprecated.classDeprecated.classDeprecated. -
Uses of OuiaSupport in org.patternfly.component.progress
Classes in org.patternfly.component.progress that implement OuiaSupportModifier and TypeClassDescriptionclassA progress bar informs users about the completion status of an ongoing process or task. -
Uses of OuiaSupport in org.patternfly.component.progressstepper
Classes in org.patternfly.component.progressstepper that implement OuiaSupportModifier and TypeClassDescriptionclassRepresents a single step in a progress stepper component.classA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow. -
Uses of OuiaSupport in org.patternfly.component.skeleton
Classes in org.patternfly.component.skeleton that implement OuiaSupportModifier and TypeClassDescriptionclassA skeleton is a type of loading state that allows you to expose content incrementally. -
Uses of OuiaSupport in org.patternfly.component.skiptocontent
Classes in org.patternfly.component.skiptocontent that implement OuiaSupportModifier and TypeClassDescriptionclassA skip to content component allows screen reader and keyboard users to bypass navigation rather than tabbing through it. -
Uses of OuiaSupport in org.patternfly.component.slider
Classes in org.patternfly.component.slider that implement OuiaSupportModifier and TypeClassDescriptionclassA slider provides a quick and effective way for users to set and adjust a numeric value from a defined range of values.class -
Uses of OuiaSupport in org.patternfly.component.switch_
Classes in org.patternfly.component.switch_ that implement OuiaSupportModifier and TypeClassDescriptionclassA switch toggles the state of a setting (between on and off). -
Uses of OuiaSupport in org.patternfly.component.table
Classes in org.patternfly.component.table that implement OuiaSupportModifier and TypeClassDescriptionclassCell<B extends TypedBuilder<HTMLTableCellElement, B>>classA table is used to display large data sets that can be easily laid out in a simple grid with column headers.classclassclassclassclassclassclassclass -
Uses of OuiaSupport in org.patternfly.component.tabs
Classes in org.patternfly.component.tabs that implement OuiaSupportModifier and TypeClassDescriptionclassclassclassclassTabs allow users to navigate between views within the same page or context. -
Uses of OuiaSupport in org.patternfly.component.textinputgroup
Classes in org.patternfly.component.textinputgroup that implement OuiaSupportModifier and TypeClassDescriptionclassBaseFilterInput<T extends BaseFilterInput<T>>classBaseSearchInput<T extends BaseSearchInput<T>>classBaseTextInputGroup<T extends BaseTextInputGroup<T>>classA filter input is a special search input that adds a label group.classA search input is a special text input group that adds a clear utility button.classA text input group is a more flexible composable version of a text input.class -
Uses of OuiaSupport in org.patternfly.component.timestamp
Classes in org.patternfly.component.timestamp that implement OuiaSupportModifier and TypeClassDescriptionclassA timestamp component for displaying date and time values. -
Uses of OuiaSupport in org.patternfly.component.title
Classes in org.patternfly.component.title that implement OuiaSupportModifier and TypeClassDescriptionclassA title component applies top and bottom margins, font-weight, font-size, and line-height to titles. -
Uses of OuiaSupport in org.patternfly.component.togglegroup
Classes in org.patternfly.component.togglegroup that implement OuiaSupportModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states.class -
Uses of OuiaSupport in org.patternfly.component.toolbar
Classes in org.patternfly.component.toolbar that implement OuiaSupportModifier and TypeClassDescriptionclassA toolbar allows a user to manage and manipulate a data set.classContainer for a toolbar content.classclassclassContainer for a toolbar group.classContainer for a toolbar item.classContainer for a toolbar group. -
Uses of OuiaSupport in org.patternfly.component.tooltip
Classes in org.patternfly.component.tooltip that implement OuiaSupportModifier 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. -
Uses of OuiaSupport in org.patternfly.component.tree
Classes in org.patternfly.component.tree that implement OuiaSupportModifier and TypeClassDescriptionclassA tree view is a structure that displays data in a hierarchical view.class -
Uses of OuiaSupport in org.patternfly.component.truncate
Classes in org.patternfly.component.truncate that implement OuiaSupportModifier and TypeClassDescriptionclassA truncate is a tool used to shorten numeric and non-numeric character strings, typically when the string overflows its container. -
Uses of OuiaSupport in org.patternfly.component.wizard
Classes in org.patternfly.component.wizard that implement OuiaSupportModifier and TypeClassDescriptionclassA wizard provides a guided workflow that offers a path to complete a task, create an object or objects, or finish a series of steps for some other outcome.classclassclassclassclassclassclass -
Uses of OuiaSupport in org.patternfly.componentgroup.pageheader
Classes in org.patternfly.componentgroup.pageheader that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.componentgroup.servicecard
Classes in org.patternfly.componentgroup.servicecard that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.componentgroup.theme
Classes in org.patternfly.componentgroup.theme that implement OuiaSupport -
Uses of OuiaSupport in org.patternfly.extension.codeeditor
Classes in org.patternfly.extension.codeeditor that implement OuiaSupportModifier and TypeClassDescriptionclassA code editor is a versatile text editor that allows for editing various languages.classclassclassclassclassclassclassclassclass -
Uses of OuiaSupport in org.patternfly.extension.finder
Classes in org.patternfly.extension.finder that implement OuiaSupportModifier and TypeClassDescriptionclassclassclassclassclassTheFinderColumnSearchclass is a subcomponent designed to handle search functionality within a finder column.classclassclassclass -
Uses of OuiaSupport in org.patternfly.layout
Classes in org.patternfly.layout that implement OuiaSupportModifier and TypeClassDescriptionclassBaseLayout<E extends HTMLElement, B extends TypedBuilder<E,B>> -
Uses of OuiaSupport in org.patternfly.layout.bullseye
Classes in org.patternfly.layout.bullseye that implement OuiaSupportModifier and TypeClassDescriptionclassThe bullseye layout centers content, both vertically and horizontally within a container. -
Uses of OuiaSupport in org.patternfly.layout.flex
Classes in org.patternfly.layout.flex that implement OuiaSupportModifier and TypeClassDescriptionclassThe flex layout supports a completely custom layout by utilizing the PatternFly spacer and breakpoint systems. -
Uses of OuiaSupport in org.patternfly.layout.gallery
Classes in org.patternfly.layout.gallery that implement OuiaSupportModifier and TypeClassDescriptionclassThe gallery layout is used to arrange content in a responsive grid. -
Uses of OuiaSupport in org.patternfly.layout.grid
Classes in org.patternfly.layout.grid that implement OuiaSupportModifier and TypeClassDescriptionclassThe grid layout places content on a fixed 12 column grid. -
Uses of OuiaSupport in org.patternfly.layout.level
Classes in org.patternfly.layout.level that implement OuiaSupportModifier and TypeClassDescriptionclassThe bullseye layout centers content, both vertically and horizontally within a container. -
Uses of OuiaSupport in org.patternfly.layout.split
Classes in org.patternfly.layout.split that implement OuiaSupportModifier and TypeClassDescriptionclassThe bullseye layout centers content, both vertically and horizontally within a container. -
Uses of OuiaSupport in org.patternfly.layout.stack
Classes in org.patternfly.layout.stack that implement OuiaSupportModifier and TypeClassDescriptionclassThe stack layout positions items vertically, with one or more items filling the available vertical space.