Uses of Class
org.patternfly.component.BaseComponent
Packages that use BaseComponent
Package
Description
-
Uses of BaseComponent in org.patternfly.component
Subclasses of BaseComponent in org.patternfly.componentModifier and TypeClassDescriptionclass
The template component is a template for creating new components. -
Uses of BaseComponent in org.patternfly.component.accordion
Subclasses of BaseComponent in org.patternfly.component.accordionModifier and TypeClassDescriptionclass
An accordion is an interactive container that expands and collapses to hide or reveal nested content. -
Uses of BaseComponent in org.patternfly.component.alert
Subclasses of BaseComponent in org.patternfly.component.alertModifier and TypeClassDescriptionclass
An alert is a notification that provides brief information to the user without blocking their workflow.class
An 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 BaseComponent in org.patternfly.component.backdrop
Subclasses of BaseComponent in org.patternfly.component.backdropModifier and TypeClassDescriptionclass
A backdrop is used to screen the main content of a page when a modal overlay is opened. -
Uses of BaseComponent in org.patternfly.component.badge
Subclasses of BaseComponent in org.patternfly.component.badgeModifier and TypeClassDescriptionclass
A badge is used to annotate other information like a label or an object name. -
Uses of BaseComponent in org.patternfly.component.banner
Subclasses of BaseComponent in org.patternfly.component.bannerModifier and TypeClassDescriptionclass
A banner is a 1-line, full color, full width container that can be used to communicate short snippets of information to users. -
Uses of BaseComponent in org.patternfly.component.brand
Subclasses of BaseComponent in org.patternfly.component.brandModifier and TypeClassDescriptionclass
A brand is used to place a product logotype on a screen. -
Uses of BaseComponent in org.patternfly.component.button
Subclasses of BaseComponent in org.patternfly.component.buttonModifier and TypeClassDescriptionclass
A button is a box area or text that communicates and triggers user actions when clicked or selected. -
Uses of BaseComponent in org.patternfly.component.card
Subclasses of BaseComponent in org.patternfly.component.cardModifier and TypeClassDescriptionclass
A card is a square or rectangular container that can contain any kind of content. -
Uses of BaseComponent in org.patternfly.component.chip
Subclasses of BaseComponent in org.patternfly.component.chip -
Uses of BaseComponent in org.patternfly.component.codeblock
Subclasses of BaseComponent in org.patternfly.component.codeblockModifier and TypeClassDescriptionclass
A code block is a component that contains 2 or more lines of read-only code. -
Uses of BaseComponent in org.patternfly.component.emptystate
Subclasses of BaseComponent in org.patternfly.component.emptystateModifier and TypeClassDescriptionclass
An empty state is a screen that is not yet populated with data or information. -
Uses of BaseComponent in org.patternfly.component.expandable
Subclasses of BaseComponent in org.patternfly.component.expandableModifier and TypeClassDescriptionclass
An 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 BaseComponent in org.patternfly.component.form
Classes in org.patternfly.component.form with type parameters of type BaseComponentModifier and TypeClassDescriptionclass
FormControl<E extends HTMLElement,
B extends BaseComponent<E, B>> Subclasses of BaseComponent in org.patternfly.component.formModifier and TypeClassDescriptionclass
A 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.class
A 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.class
FormControl<E extends HTMLElement,
B extends BaseComponent<E, B>> class
A form select embeds browser native select lists into a form.class
A radio button is used to present the user with mutually exclusive choices.class
A text area component is used for entering a paragraph of text that is longer than one line.class
A text input is used to gather free-form text from a user.Methods in org.patternfly.component.form with type parameters of type BaseComponentModifier and TypeMethodDescription<E extends HTMLElement,
B extends BaseComponent<E, B>>
FormGroupControlFormGroupControl.add
(FormControl<E, B> control) <E extends HTMLElement,
B extends BaseComponent<E, B>>
FormGroupControlFormGroupControl.addControl
(FormControl<E, B> control) -
Uses of BaseComponent in org.patternfly.component.hint
Subclasses of BaseComponent in org.patternfly.component.hintModifier and TypeClassDescriptionclass
A hint is in-app messaging that provides a one-step reminder, explanation, or call to action for a page or modal. -
Uses of BaseComponent in org.patternfly.component.icon
Subclasses of BaseComponent in org.patternfly.component.iconModifier and TypeClassDescriptionclass
An 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 BaseComponent in org.patternfly.component.inputgroup
Subclasses of BaseComponent in org.patternfly.component.inputgroupModifier and TypeClassDescriptionclass
An input group groups multiple related controls or inputs together, so they appear as one control. -
Uses of BaseComponent in org.patternfly.component.label
Subclasses of BaseComponent in org.patternfly.component.label -
Uses of BaseComponent in org.patternfly.component.list
Subclasses of BaseComponent in org.patternfly.component.listModifier and TypeClassDescriptionclass
An action list is a group of actions, controls, or buttons with set spacing.class
A data list is used to display large data sets when you need a flexible layout or need to include interactive content like charts.class
A description list contains terms and their corresponding descriptions.class
A list component embeds a formatted list (bulleted or numbered list) into page content.class
A simple list provides a list of selectable items that can be shown within a page. -
Uses of BaseComponent in org.patternfly.component.page
Subclasses of BaseComponent in org.patternfly.component.pageModifier and TypeClassDescriptionclass
A masthead contains global properties such as logotype, navigation and settings in an organized fashion, and it is accessible from all parts of the application.class
The page component is used to define the basic layout of a page with either vertical or horizontal navigation. -
Uses of BaseComponent in org.patternfly.component.popover
Subclasses of BaseComponent in org.patternfly.component.popoverModifier and TypeClassDescriptionclass
A popover is in-app messaging that provides more information on specific product areas. -
Uses of BaseComponent in org.patternfly.component.skiptocontent
Subclasses of BaseComponent in org.patternfly.component.skiptocontentModifier and TypeClassDescriptionclass
A skip to content component allows screen reader and keyboard users to bypass navigation rather than tabbing through it. -
Uses of BaseComponent in org.patternfly.component.table
Subclasses of BaseComponent in org.patternfly.component.tableModifier and TypeClassDescriptionclass
A table is used to display large data sets that can be easily laid out in a simple grid with column headers. -
Uses of BaseComponent in org.patternfly.component.text
Subclasses of BaseComponent in org.patternfly.component.textModifier and TypeClassDescriptionclass
Text and TextList components are always wrapped in TextContent and provide correct formatting to a number of standard HTML tags. -
Uses of BaseComponent in org.patternfly.component.textinputgroup
Subclasses of BaseComponent in org.patternfly.component.textinputgroupModifier and TypeClassDescriptionclass
A text input group is a more flexible composable version of a text input. -
Uses of BaseComponent in org.patternfly.component.title
Subclasses of BaseComponent in org.patternfly.component.titleModifier and TypeClassDescriptionclass
A title component applies top and bottom margins, font-weight, font-size, and line-height to titles. -
Uses of BaseComponent in org.patternfly.component.togglegroup
Subclasses of BaseComponent in org.patternfly.component.togglegroupModifier and TypeClassDescriptionclass
A toggle group is a group of controls that can be used to quickly switch between actions or states. -
Uses of BaseComponent in org.patternfly.component.toolbar
Subclasses of BaseComponent in org.patternfly.component.toolbarModifier and TypeClassDescriptionclass
A toolbar allows a user to manage and manipulate a data set. -
Uses of BaseComponent in org.patternfly.component.tooltip
Subclasses of BaseComponent in org.patternfly.component.tooltipModifier and TypeClassDescriptionclass
A tooltip is in-app messaging used to identify elements on a page with short, clarifying text. -
Uses of BaseComponent in org.patternfly.component.tree
Subclasses of BaseComponent in org.patternfly.component.treeModifier and TypeClassDescriptionclass
A tree view is a structure that displays data in a hierarchical view. -
Uses of BaseComponent in org.patternfly.component.wizard
Subclasses of BaseComponent in org.patternfly.component.wizardModifier and TypeClassDescriptionclass
A 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 BaseComponent in org.patternfly.extension.codeeditor
Subclasses of BaseComponent in org.patternfly.extension.codeeditorModifier and TypeClassDescriptionclass
A code editor is a versatile text editor that allows for editing various languages. -
Uses of BaseComponent in org.patternfly.extension.finder
Subclasses of BaseComponent in org.patternfly.extension.finder