Uses of Interface
org.patternfly.component.AddItemHandler
Packages that use AddItemHandler
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.
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 AddItemHandler in org.patternfly.component
Methods in org.patternfly.component with parameters of type AddItemHandlerModifier and TypeMethodDescriptionAurHandler.onAdd(AddItemHandler<C, S> onAdd) HasItems.onAdd(AddItemHandler<C, S> onAdd) Registers a callback to be invoked whenever a new item is added to the component. -
Uses of AddItemHandler in org.patternfly.component.accordion
Methods in org.patternfly.component.accordion with parameters of type AddItemHandlerModifier and TypeMethodDescriptionAccordion.onAdd(AddItemHandler<Accordion, AccordionItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.alert
Methods in org.patternfly.component.alert with parameters of type AddItemHandler -
Uses of AddItemHandler in org.patternfly.component.breadcrumb
Methods in org.patternfly.component.breadcrumb with parameters of type AddItemHandlerModifier and TypeMethodDescriptionBreadcrumb.onAdd(AddItemHandler<Breadcrumb, BreadcrumbItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.form
Methods in org.patternfly.component.form with parameters of type AddItemHandler -
Uses of AddItemHandler in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks with parameters of type AddItemHandlerModifier and TypeMethodDescriptionJumpLinks.onAdd(AddItemHandler<JumpLinks, JumpLinksItem> onAdd) JumpLinksList.onAdd(AddItemHandler<JumpLinksList, JumpLinksItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.label
Methods in org.patternfly.component.label with parameters of type AddItemHandler -
Uses of AddItemHandler in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type AddItemHandlerModifier and TypeMethodDescriptionActionList.onAdd(AddItemHandler<ActionList, ActionListGroup> onAdd) ActionListGroup.onAdd(AddItemHandler<ActionListGroup, ActionListItem> onAdd) DataList.onAdd(AddItemHandler<DataList, DataListItem> onAdd) DescriptionList.onAdd(AddItemHandler<DescriptionList, DescriptionListGroup> onAdd) List.onAdd(AddItemHandler<List, ListItem> onAdd) SimpleList.onAdd(AddItemHandler<SimpleList, SimpleListItem> onAdd) SimpleListGroup.onAdd(AddItemHandler<SimpleListGroup, SimpleListItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.notification
Methods in org.patternfly.component.notification with parameters of type AddItemHandlerModifier and TypeMethodDescriptionNotificationDrawerList.onAdd(AddItemHandler<NotificationDrawerList, NotificationDrawerItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.progressstepper
Methods in org.patternfly.component.progressstepper with parameters of type AddItemHandlerModifier and TypeMethodDescriptionProgressStepper.onAdd(AddItemHandler<ProgressStepper, ProgressStep> onAdd) -
Uses of AddItemHandler in org.patternfly.component.table
Methods in org.patternfly.component.table with parameters of type AddItemHandlerModifier and TypeMethodDescriptionTbody.onAdd(AddItemHandler<Tbody, Tr> onAdd) Tr.onAdd(AddItemHandler<Tr, Cell<?>> onAdd) -
Uses of AddItemHandler in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type AddItemHandler -
Uses of AddItemHandler in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type AddItemHandlerModifier and TypeMethodDescriptionToggleGroup.onAdd(AddItemHandler<ToggleGroup, ToggleGroupItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.toolbar
Methods in org.patternfly.component.toolbar with parameters of type AddItemHandlerModifier and TypeMethodDescriptionToolbarContent.onAdd(AddItemHandler<ToolbarContent, ToolbarItem> onAdd) ToolbarFilterContent.onAdd(AddItemHandler<ToolbarFilterContent, ToolbarItem> onAdd) ToolbarGroup.onAdd(AddItemHandler<ToolbarGroup, ToolbarItem> onAdd) ToolbarToggleGroup.onAdd(AddItemHandler<ToolbarToggleGroup, ToolbarItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.tree
Methods in org.patternfly.component.tree with parameters of type AddItemHandlerModifier and TypeMethodDescriptionTreeView.onAdd(AddItemHandler<TreeView, TreeViewItem> onAdd) TreeViewItem.onAdd(AddItemHandler<TreeViewItem, TreeViewItem> onAdd) -
Uses of AddItemHandler in org.patternfly.component.wizard
Methods in org.patternfly.component.wizard with parameters of type AddItemHandlerModifier and TypeMethodDescriptionWizard.onAdd(AddItemHandler<Wizard, WizardStep> onAdd) WizardNav.onAdd(AddItemHandler<WizardNav, WizardNavItem> onAdd) -
Uses of AddItemHandler in org.patternfly.extension.finder
Methods in org.patternfly.extension.finder with parameters of type AddItemHandlerModifier and TypeMethodDescriptionFinder.onAdd(AddItemHandler<Finder, FinderColumn> onAdd) FinderColumn.onAdd(AddItemHandler<FinderColumn, FinderItem> onAdd)