Uses of Interface
org.patternfly.handler.ComponentHandler
Package
Description
-
Uses of ComponentHandler in org.patternfly.component
Modifier and TypeMethodDescriptionTemplateComponent.onFoo
(ComponentHandler<TemplateComponent> handler) -
Uses of ComponentHandler in org.patternfly.component.alert
Modifier and TypeMethodDescriptionAlertActionGroup.addAction
(String action, ComponentHandler<Alert> handler) AlertActionGroup.addAction
(Button action, ComponentHandler<Alert> handler) -
Uses of ComponentHandler in org.patternfly.component.breadcrumb
Modifier and TypeMethodDescriptionBreadcrumbItem.onClick
(ComponentHandler<BreadcrumbItem> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.button
-
Uses of ComponentHandler in org.patternfly.component.card
-
Uses of ComponentHandler in org.patternfly.component.codeblock
-
Uses of ComponentHandler in org.patternfly.component.jumplinks
Modifier and TypeMethodDescriptionJumpLinksItem.onClick
(ComponentHandler<JumpLinksItem> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.label
Modifier and TypeMethodDescriptionLabel.clickable
(ComponentHandler<Label> clickHandler) Label.onClick
(ComponentHandler<Label> clickHandler) -
Uses of ComponentHandler in org.patternfly.component.list
Modifier and TypeMethodDescriptionSimpleListItem.onClick
(ComponentHandler<SimpleListItem> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.modal
Modifier and TypeMethodDescriptionModalFooter.add
(Button button, ComponentHandler<Modal> handler) ModalFooter.addButton
(Button button, ComponentHandler<Modal> handler) -
Uses of ComponentHandler in org.patternfly.component.togglegroup
Modifier and TypeMethodDescriptionToggleGroupItem.onClick
(ComponentHandler<ToggleGroupItem> clickHandler) -
Uses of ComponentHandler in org.patternfly.component.wizard
-
Uses of ComponentHandler in org.patternfly.extension.codeeditor
Modifier and TypeMethodDescriptionCodeEditorAction.onClick
(ComponentHandler<CodeEditor> handler) CodeEditorLink.onClick
(ComponentHandler<CodeEditor> handler)