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