Uses of Interface
org.patternfly.component.HasItems
Packages that use HasItems
Package
Description
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 breadcrumb component for hierarchical navigation.
Provides form components for building structured data entry interfaces.
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 navigation component and its subcomponents.
Provides the PatternFly notification badge and notification drawer components.
Provides the PatternFly progress stepper component and its subcomponents.
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.
Template package serving as a blueprint for creating new PatternFly Java components.
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 tree view component for displaying hierarchical data.
Provides a wizard component for guiding users through a multi-step workflow.
-
Uses of HasItems in org.patternfly.component
Classes in org.patternfly.component with type parameters of type HasItemsModifier and TypeInterfaceDescriptioninterfaceAddItemHandler<C extends HasItems<?,?, ?>, S extends HasIdentifier<?, ?>> A functional interface that defines a handler for adding items to components.classAurHandler<C extends HasItems<?,?, ?>, S extends HasIdentifier<?, ?>> A utility class for managing add, update, and remove event handlers for a component.interfaceHasAsyncItems<E extends Element, C extends HasItems<E,C, S>, S extends HasIdentifier<? extends HTMLElement, ?>> Represents a component or entity that can asynchronously manage items and their associated operations.interfaceHasItems<E extends Element, C extends HasItems<E,C, S>, S extends HasIdentifier<? extends HTMLElement, ?>> The HasItems interface represents a component that can contain a collection of items.interfaceOrdered<E extends Element, C extends HasItems<E,C, S>, S extends HasIdentifier<? extends HTMLElement, ?>> The Ordered interface maintains its elements in a specific order.interfaceRemoveItemHandler<C extends HasItems<?,?, ?>, S extends HasIdentifier<?, ?>> Functional interface for handling the removal of items from a component that contains a collection of items.interfaceUpdateItemHandler<C extends HasItems<?,?, ?>, S extends HasIdentifier<?, ?>> A functional interface that defines a handler invoked when an item is updated in a component implementingHasItems.Subinterfaces of HasItems in org.patternfly.componentModifier and TypeInterfaceDescriptioninterfaceOrdered<E extends Element, C extends HasItems<E,C, S>, S extends HasIdentifier<? extends HTMLElement, ?>> The Ordered interface maintains its elements in a specific order. -
Uses of HasItems in org.patternfly.component.accordion
Classes in org.patternfly.component.accordion that implement HasItemsModifier and TypeClassDescriptionclassAn accordion is an interactive container that expands and collapses to hide or reveal nested content. -
Uses of HasItems in org.patternfly.component.alert
Classes in org.patternfly.component.alert that implement HasItemsModifier and TypeClassDescriptionclassAn 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 HasItems in org.patternfly.component.breadcrumb
Classes in org.patternfly.component.breadcrumb that implement HasItemsModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy. -
Uses of HasItems in org.patternfly.component.form
Classes in org.patternfly.component.form that implement HasItemsModifier and TypeClassDescriptionclassA 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. -
Uses of HasItems in org.patternfly.component.jumplinks
Classes in org.patternfly.component.jumplinks that implement HasItemsModifier and TypeClassDescriptionclassJump links allow users to navigate to sections within a page.classA nested list of links within aJumpLinkscomponent. -
Uses of HasItems in org.patternfly.component.label
Classes in org.patternfly.component.label that implement HasItemsModifier and TypeClassDescriptionclassA group of labels that can be used to display a collection ofLabelcomponents. -
Uses of HasItems in org.patternfly.component.list
Classes in org.patternfly.component.list that implement HasItemsModifier and TypeClassDescriptionclassAn action list is a group of actions, controls, or buttons with set spacing.classA group of related actions within anActionListcomponent.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.classA group of related items within aSimpleListcomponent. -
Uses of HasItems in org.patternfly.component.notification
Classes in org.patternfly.component.notification that implement HasItems -
Uses of HasItems in org.patternfly.component.progressstepper
Classes in org.patternfly.component.progressstepper that implement HasItemsModifier and TypeClassDescriptionclassA progress stepper displays a timeline of tasks in a workflow and tracks a user's progress through the workflow. -
Uses of HasItems in org.patternfly.component.table
Classes in org.patternfly.component.table that implement HasItems -
Uses of HasItems in org.patternfly.component.tabs
Classes in org.patternfly.component.tabs that implement HasItemsModifier and TypeClassDescriptionclassTabs allow users to navigate between views within the same page or context. -
Uses of HasItems in org.patternfly.component.template
Classes in org.patternfly.component.template that implement HasItemsModifier and TypeClassDescriptionclassThe template component is a template for creating new components. -
Uses of HasItems in org.patternfly.component.togglegroup
Classes in org.patternfly.component.togglegroup that implement HasItemsModifier and TypeClassDescriptionclassA toggle group is a group of controls that can be used to quickly switch between actions or states. -
Uses of HasItems in org.patternfly.component.toolbar
Classes in org.patternfly.component.toolbar that implement HasItemsModifier and TypeClassDescriptionclassContainer for a toolbar content.classA content area for active filters within aToolbarcomponent.classContainer for a toolbar group.classContainer for a toolbar group. -
Uses of HasItems in org.patternfly.component.tree
Classes in org.patternfly.component.tree that implement HasItemsModifier and TypeClassDescriptionclassA tree view is a structure that displays data in a hierarchical view.classAn individual item within aTreeViewcomponent. -
Uses of HasItems in org.patternfly.component.wizard
Classes in org.patternfly.component.wizard that implement HasItems