Uses of Class
org.patternfly.component.BaseComponent
-
-
Uses of BaseComponent in org.patternfly.component
Classes in org.patternfly.component with type parameters of type BaseComponent Modifier and Type Interface Description interfaceComponentReference<C extends BaseComponent<?,?>>Subclasses of BaseComponent in org.patternfly.component Modifier and Type Class Description classAvatarDeprecated.classBreadcrumbDeprecated.classCardDeprecated.classCardView<T>Deprecated.classChipDeprecated.classChipGroupDeprecated.classChipGroupToolbarDeprecated.classContextSelector<T>Deprecated.classDataList<T>Deprecated.classDataTable<T>Deprecated.classDropdown<T>Deprecated.classEmptyStateDeprecated.classExpandableDeprecated.classFormDeprecated.static classForm.GroupDeprecated.classGroupedDropdown<T>Deprecated.static classGroupedDropdown.Group<T>Deprecated.classGroupedOptionsMenuDeprecated.static classGroupedOptionsMenu.Group<T>Deprecated.classIconDeprecated.classInputGroupDeprecated.classLabelDeprecated.classMultiOptionsMenuDeprecated.static classMultiOptionsMenu.Group<T>Deprecated.classMultiSelect<T>Deprecated.classOldPageHeaderDeprecated.classOldPageMainDeprecated.classOldPageSectionDeprecated.classOldPageSidebarDeprecated.classOldToolbar<T>Deprecated.classPaginationDeprecated.classPopoverDeprecated.classSearchDeprecated.classSingleOptionsMenu<T>Deprecated.classSingleSelect<T>Deprecated.classTabsDeprecated.classTemplateComponentclassTooltipDeprecated.classWizardDeprecated. -
Uses of BaseComponent in org.patternfly.component.alert
Subclasses of BaseComponent in org.patternfly.component.alert Modifier and Type Class Description classAlertAn alert is a notification that provides brief information to the user without blocking their workflow.classAlertGroupPatternFly alert group component. -
Uses of BaseComponent in org.patternfly.component.badge
Subclasses of BaseComponent in org.patternfly.component.badge Modifier and Type Class Description classBadgeA badge is used to annotate other information like a label or an object name. -
Uses of BaseComponent in org.patternfly.component.brand
Subclasses of BaseComponent in org.patternfly.component.brand Modifier and Type Class Description classBrandA 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.button Modifier and Type Class Description classButtonA button is a box area or text that communicates and triggers user actions when clicked or selected. -
Uses of BaseComponent in org.patternfly.component.code
Subclasses of BaseComponent in org.patternfly.component.code Modifier and Type Class Description classCodeBlockA code block is a component that contains 2 or more lines of read-only code. -
Uses of BaseComponent in org.patternfly.component.expandable
Subclasses of BaseComponent in org.patternfly.component.expandable Modifier and Type Class Description classExpandableSectionAn 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
Subclasses of BaseComponent in org.patternfly.component.form Modifier and Type Class Description classCheckboxA 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.classTextInputA text input is used to gather free-form text from a user. -
Uses of BaseComponent in org.patternfly.component.icon
Subclasses of BaseComponent in org.patternfly.component.icon Modifier and Type Class Description classIconAn 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.menu
Subclasses of BaseComponent in org.patternfly.component.menu Modifier and Type Class Description classMenuA menu is a list of options or actions that users can choose from. -
Uses of BaseComponent in org.patternfly.component.navigation
Subclasses of BaseComponent in org.patternfly.component.navigation Modifier and Type Class Description classNavigationA navigation organizes an application's structure and content, making it easy to find information and accomplish tasks. -
Uses of BaseComponent in org.patternfly.component.page
Subclasses of BaseComponent in org.patternfly.component.page Modifier and Type Class Description classMastheadA masthead contains global properties such as logotype, navigation and settings in an organized fashion, and it is accessible from all parts of the application.classPageThe page component is used to define the basic layout of a page with either vertical or horizontal navigation.classPageSidebarContainer for the page sidebar.classSkipToContentA 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.text
Subclasses of BaseComponent in org.patternfly.component.text Modifier and Type Class Description classTextContentText 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.textinputgroup Modifier and Type Class Description classTextInputGroupA 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.title Modifier and Type Class Description classTitleA title component applies top and bottom margins, font-weight, font-size, and line-height to titles. -
Uses of BaseComponent in org.patternfly.component.toolbar
Subclasses of BaseComponent in org.patternfly.component.toolbar Modifier and Type Class Description classToolbarA toolbar allows a user to manage and manipulate a data set.
-