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