Uses of Interface
org.patternfly.component.Component
Packages that use Component
Package
Description
-
Uses of Component in org.patternfly.component
Classes in org.patternfly.component that implement ComponentModifier and TypeClassDescriptionclassBaseComponent<E extends HTMLElement,B extends TypedBuilder<E, B>> classBaseComponentFlat<E extends HTMLElement,B extends TypedBuilder<E, B>> classBaseComponentSVG<E extends SVGElement,B extends TypedBuilder<E, B>> classComponentDelegate<E extends HTMLElement,B extends TypedBuilder<E, B>> classThe template component is a template for creating new components. -
Uses of Component in org.patternfly.component.accordion
Classes in org.patternfly.component.accordion that implement ComponentModifier and TypeClassDescriptionclassAn accordion is an interactive container that expands and collapses to hide or reveal nested content. -
Uses of Component in org.patternfly.component.alert
Classes in org.patternfly.component.alert that implement ComponentModifier and TypeClassDescriptionclassAn alert is a notification that provides brief information to the user without blocking their workflow.classAn 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 Component in org.patternfly.component.avatar
Classes in org.patternfly.component.avatar that implement Component -
Uses of Component in org.patternfly.component.backdrop
Classes in org.patternfly.component.backdrop that implement ComponentModifier and TypeClassDescriptionclassA backdrop is used to screen the main content of a page when a modal overlay is opened. -
Uses of Component in org.patternfly.component.backtotop
Classes in org.patternfly.component.backtotop that implement ComponentModifier 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 Component in org.patternfly.component.badge
Classes in org.patternfly.component.badge that implement ComponentModifier and TypeClassDescriptionclassA badge is used to annotate other information like a label or an object name. -
Uses of Component in org.patternfly.component.banner
Classes in org.patternfly.component.banner that implement ComponentModifier 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 Component in org.patternfly.component.brand
Classes in org.patternfly.component.brand that implement ComponentModifier and TypeClassDescriptionclassA brand is used to place a product logotype on a screen. -
Uses of Component in org.patternfly.component.breadcrumb
Classes in org.patternfly.component.breadcrumb that implement ComponentModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy. -
Uses of Component in org.patternfly.component.button
Classes in org.patternfly.component.button that implement ComponentModifier and TypeClassDescriptionclassA button is a box area or text that communicates and triggers user actions when clicked or selected. -
Uses of Component in org.patternfly.component.card
Classes in org.patternfly.component.card that implement ComponentModifier and TypeClassDescriptionclassA card is a square or rectangular container that can contain any kind of content. -
Uses of Component in org.patternfly.component.chip
Classes in org.patternfly.component.chip that implement Component -
Uses of Component in org.patternfly.component.codeblock
Classes in org.patternfly.component.codeblock that implement ComponentModifier and TypeClassDescriptionclassA code block is a component that contains 2 or more lines of read-only code. -
Uses of Component in org.patternfly.component.divider
Classes in org.patternfly.component.divider that implement ComponentModifier and TypeClassDescriptionclassA divider is a horizontal or vertical line that is placed between screen elements to create visual divisions and content groupings. -
Uses of Component in org.patternfly.component.drawer
Classes in org.patternfly.component.drawer that implement ComponentModifier and TypeClassDescriptionclassA drawer is a sliding panel that enters from the right edge of the viewport. -
Uses of Component in org.patternfly.component.emptystate
Classes in org.patternfly.component.emptystate that implement ComponentModifier and TypeClassDescriptionclassAn empty state is a screen that is not yet populated with data or information. -
Uses of Component in org.patternfly.component.expandable
Classes in org.patternfly.component.expandable that implement ComponentModifier 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. -
Uses of Component in org.patternfly.component.form
Classes in org.patternfly.component.form that implement ComponentModifier 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.classA 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.classFormControl<E extends HTMLElement,B extends BaseComponent<E, B>> classA form select embeds browser native select lists into a form.classA radio button is used to present the user with mutually exclusive choices.classA 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 Component in org.patternfly.component.help
Classes in org.patternfly.component.help that implement ComponentModifier and TypeClassDescriptionclassHelper text is an on-screen field guideline that helps provide context regarding field inputs. -
Uses of Component in org.patternfly.component.hint
Classes in org.patternfly.component.hint that implement ComponentModifier and TypeClassDescriptionclassA hint is in-app messaging that provides a one-step reminder, explanation, or call to action for a page or modal. -
Uses of Component in org.patternfly.component.icon
Classes in org.patternfly.component.icon that implement ComponentModifier 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 Component in org.patternfly.component.inputgroup
Classes in org.patternfly.component.inputgroup that implement ComponentModifier and TypeClassDescriptionclassAn input group groups multiple related controls or inputs together, so they appear as one control. -
Uses of Component in org.patternfly.component.jumplinks
Classes in org.patternfly.component.jumplinks that implement ComponentModifier and TypeClassDescriptionclassJump links allow users to navigate to sections within a page. -
Uses of Component in org.patternfly.component.label
Classes in org.patternfly.component.label that implement ComponentModifier and TypeClassDescriptionclassThe label component allows users to add specific element captions for user clarity and convenience.class -
Uses of Component in org.patternfly.component.list
Classes in org.patternfly.component.list that implement ComponentModifier and TypeClassDescriptionclassAn action list is a group of actions, controls, or buttons with set spacing.classA data list is used to display large data sets when you need a flexible layout or need to include interactive content like charts.classA description list contains terms and their corresponding descriptions.classA list component embeds a formatted list (bulleted or numbered list) into page content.classA simple list provides a list of selectable items that can be shown within a page. -
Uses of Component in org.patternfly.component.modal
Classes in org.patternfly.component.modal that implement ComponentModifier and TypeClassDescriptionclassA modal displays important information to a user without requiring them to navigate to a new page. -
Uses of Component in org.patternfly.component.page
Classes in org.patternfly.component.page that implement ComponentModifier 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.classThe page component is used to define the basic layout of a page with either vertical or horizontal navigation. -
Uses of Component in org.patternfly.component.panel
Classes in org.patternfly.component.panel that implement ComponentModifier and TypeClassDescriptionclassThe panel component is a container that supports flexible content layouts. -
Uses of Component in org.patternfly.component.popover
Classes in org.patternfly.component.popover that implement ComponentModifier and TypeClassDescriptionclassA popover is in-app messaging that provides more information on specific product areas. -
Uses of Component in org.patternfly.component.progress
Classes in org.patternfly.component.progress that implement ComponentModifier and TypeClassDescriptionclassA progress bar informs users about the completion status of an ongoing process or task. -
Uses of Component in org.patternfly.component.skeleton
Classes in org.patternfly.component.skeleton that implement ComponentModifier and TypeClassDescriptionclassA skeleton is a type of loading state that allows you to expose content incrementally. -
Uses of Component in org.patternfly.component.skiptocontent
Classes in org.patternfly.component.skiptocontent that implement ComponentModifier and TypeClassDescriptionclassA skip to content component allows screen reader and keyboard users to bypass navigation rather than tabbing through it. -
Uses of Component in org.patternfly.component.slider
Classes in org.patternfly.component.slider that implement ComponentModifier and TypeClassDescriptionclassA slider provides a quick and effective way for users to set and adjust a numeric value from a defined range of values. -
Uses of Component in org.patternfly.component.spinner
Classes in org.patternfly.component.spinner that implement ComponentModifier and TypeClassDescriptionclassA spinner is used to indicate to users that an action is in progress. -
Uses of Component in org.patternfly.component.switch_
Classes in org.patternfly.component.switch_ that implement ComponentModifier and TypeClassDescriptionclassA switch toggles the state of a setting (between on and off). -
Uses of Component in org.patternfly.component.table
Classes in org.patternfly.component.table that implement ComponentModifier and TypeClassDescriptionclassA table is used to display large data sets that can be easily laid out in a simple grid with column headers. -
Uses of Component in org.patternfly.component.tabs
Classes in org.patternfly.component.tabs that implement ComponentModifier and TypeClassDescriptionclassTabs allow users to navigate between views within the same page or context. -
Uses of Component in org.patternfly.component.text
Classes in org.patternfly.component.text that implement ComponentModifier and TypeClassDescriptionclassText and TextList components are always wrapped in TextContent and provide correct formatting to a number of standard HTML tags. -
Uses of Component in org.patternfly.component.textinputgroup
Classes in org.patternfly.component.textinputgroup that implement ComponentModifier and TypeClassDescriptionclassA text input group is a more flexible composable version of a text input. -
Uses of Component in org.patternfly.component.title
Classes in org.patternfly.component.title that implement ComponentModifier and TypeClassDescriptionclassA title component applies top and bottom margins, font-weight, font-size, and line-height to titles. -
Uses of Component in org.patternfly.component.togglegroup
Classes in org.patternfly.component.togglegroup that implement ComponentModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states. -
Uses of Component in org.patternfly.component.toolbar
Classes in org.patternfly.component.toolbar that implement ComponentModifier and TypeClassDescriptionclassA toolbar allows a user to manage and manipulate a data set. -
Uses of Component in org.patternfly.component.tooltip
Classes in org.patternfly.component.tooltip that implement ComponentModifier and TypeClassDescriptionclassA tooltip is in-app messaging used to identify elements on a page with short, clarifying text. -
Uses of Component in org.patternfly.component.tree
Classes in org.patternfly.component.tree that implement ComponentModifier and TypeClassDescriptionclassA tree view is a structure that displays data in a hierarchical view. -
Uses of Component in org.patternfly.component.truncate
Classes in org.patternfly.component.truncate that implement ComponentModifier and TypeClassDescriptionclassA truncate is a tool used to shorten numeric and non-numeric character strings, typically when the string overflows its container. -
Uses of Component in org.patternfly.component.wizard
Classes in org.patternfly.component.wizard that implement ComponentModifier 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. -
Uses of Component in org.patternfly.extension.codeeditor
Classes in org.patternfly.extension.codeeditor that implement ComponentModifier and TypeClassDescriptionclassA code editor is a versatile text editor that allows for editing various languages. -
Uses of Component in org.patternfly.extension.finder
Classes in org.patternfly.extension.finder that implement Component