Uses of Interface
org.patternfly.component.AddItemHandler
Packages that use AddItemHandler
Package
Description
Provides PatternFly component implementations for building web applications in Java.
-
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)