Uses of Interface
org.patternfly.handler.ComponentHandler
Packages that use ComponentHandler
Package
Description
-
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 ComponentHandlerModifier and TypeMethodDescriptionJumpLinksItem.onClick
(ComponentHandler<JumpLinksItem> actionHandler) -
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.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.wizard
Methods in org.patternfly.component.wizard with parameters of type ComponentHandler -
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)