Uses of Interface
org.patternfly.handler.ComponentHandler
Packages that use ComponentHandler
Package
Description
Provides PatternFly component implementations for building web applications in Java.
Provides the PatternFly alert component for displaying notification messages to users.
Provides the PatternFly breadcrumb component for hierarchical navigation.
Provides the PatternFly button component for triggering actions and navigation.
Provides the PatternFly card component and its subcomponents for displaying information in a contained, flexible layout.
Provides the PatternFly code block component for displaying blocks of formatted code with optional actions.
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 modal dialog component and its subcomponents.
Provides the PatternFly navigation component and its subcomponents.
Provides the PatternFly notification badge and notification drawer components.
Provides text input group components for search, filter, and text input with utilities.
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 wizard component for guiding users through a multi-step workflow.
-
Uses of ComponentHandler in org.patternfly.component
Methods in org.patternfly.component with parameters of type ComponentHandlerModifier and TypeMethodDescriptionTemplateComponent.onFoo(ComponentHandler<TemplateComponent> handler) -
Uses of ComponentHandler in org.patternfly.component.alert
Methods in org.patternfly.component.alert with parameters of type ComponentHandlerModifier and TypeMethodDescriptionAlertActionGroup.addAction(String action, ComponentHandler<Alert> handler) AlertActionGroup.addAction(Button action, ComponentHandler<Alert> handler) -
Uses of ComponentHandler in org.patternfly.component.breadcrumb
Methods in org.patternfly.component.breadcrumb with parameters of type ComponentHandlerModifier and TypeMethodDescriptionBreadcrumbItem.onClick(ComponentHandler<BreadcrumbItem> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.button
Methods in org.patternfly.component.button with parameters of type ComponentHandler -
Uses of ComponentHandler in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type ComponentHandler -
Uses of ComponentHandler in org.patternfly.component.codeblock
Methods in org.patternfly.component.codeblock with parameters of type ComponentHandler -
Uses of ComponentHandler in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks with parameters of type ComponentHandler -
Uses of ComponentHandler in org.patternfly.component.label
Methods in org.patternfly.component.label with parameters of type ComponentHandlerModifier and TypeMethodDescriptionLabel.clickable(ComponentHandler<Label> clickHandler) Label.onClick(ComponentHandler<Label> clickHandler) -
Uses of ComponentHandler in org.patternfly.component.list
Methods in org.patternfly.component.list with parameters of type ComponentHandlerModifier and TypeMethodDescriptionSimpleListItem.onClick(ComponentHandler<SimpleListItem> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.modal
Methods in org.patternfly.component.modal with parameters of type ComponentHandlerModifier and TypeMethodDescriptionModalFooter.add(Button button, ComponentHandler<Modal> handler) ModalFooter.addButton(Button button, ComponentHandler<Modal> handler) -
Uses of ComponentHandler in org.patternfly.component.notification
Methods in org.patternfly.component.notification with parameters of type ComponentHandlerModifier and TypeMethodDescriptionNotificationBadge.onClick(ComponentHandler<NotificationBadge> actionHandler) NotificationDrawerItem.onClick(ComponentHandler<NotificationDrawerItem> handler) -
Uses of ComponentHandler in org.patternfly.component.textinputgroup
Methods in org.patternfly.component.textinputgroup with parameters of type ComponentHandlerModifier and TypeMethodDescriptionBaseSearchInput.onClear(ComponentHandler<T> onClear) Adds a handler to be executed when the clear action is pressed.BaseFilterInput.onEnter(ComponentHandler<T> onEnter) -
Uses of ComponentHandler in org.patternfly.component.togglegroup
Methods in org.patternfly.component.togglegroup with parameters of type ComponentHandlerModifier and TypeMethodDescriptionToggleGroupItem.onClick(ComponentHandler<ToggleGroupItem> clickHandler) -
Uses of ComponentHandler in org.patternfly.component.toolbar
Methods in org.patternfly.component.toolbar with parameters of type ComponentHandlerModifier and TypeMethodDescriptionToolbar.onClearAllFilters(ComponentHandler<Toolbar> clearAllFilters) Optional callback for clearing all filters in the toolbar. -
Uses of ComponentHandler in org.patternfly.component.wizard
Methods in org.patternfly.component.wizard with parameters of type ComponentHandlerModifier and TypeMethodDescriptionWizard.onCancel(ComponentHandler<Wizard> handler) Wizard.onFinish(ComponentHandler<Wizard> handler) -
Uses of ComponentHandler in org.patternfly.extension.codeeditor
Methods in org.patternfly.extension.codeeditor with parameters of type ComponentHandlerModifier and TypeMethodDescriptionCodeEditorAction.onClick(ComponentHandler<CodeEditor> handler) CodeEditorLink.onClick(ComponentHandler<CodeEditor> handler)