Uses of Interface
org.patternfly.handler.ComponentHandler
-
-
Uses of ComponentHandler in org.patternfly.component
Methods in org.patternfly.component with parameters of type ComponentHandler Modifier and Type Method Description TemplateComponentTemplateComponent. onFoo(ComponentHandler<TemplateComponent> handler) -
Uses of ComponentHandler in org.patternfly.component.alert
Methods in org.patternfly.component.alert with parameters of type ComponentHandler Modifier and Type Method Description AlertActionGroupAlertActionGroup. addAction(String action, ComponentHandler<Alert> handler)AlertActionGroupAlertActionGroup. addAction(Button action, ComponentHandler<Alert> handler) -
Uses of ComponentHandler in org.patternfly.component.button
Methods in org.patternfly.component.button with parameters of type ComponentHandler Modifier and Type Method Description ButtonButton. onClick(ComponentHandler<Button> actionHandler) -
Uses of ComponentHandler in org.patternfly.component.code
Methods in org.patternfly.component.code with parameters of type ComponentHandler Modifier and Type Method Description CodeBlockActionCodeBlockAction. onClick(ComponentHandler<CodeBlockAction> handler)CodeEditorActionCodeEditorAction. onClick(ComponentHandler<CodeEditorAction> handler)CodeEditorLinkCodeEditorLink. onClick(ComponentHandler<CodeEditorLink> handler) -
Uses of ComponentHandler in org.patternfly.component.menu
Methods in org.patternfly.component.menu with parameters of type ComponentHandler Modifier and Type Method Description MenuToggleActionMenuToggleAction. onChange(ComponentHandler<MenuToggleAction> handler)MenuItemMenuItem. onClick(ComponentHandler<MenuItem> handler)MenuItemActionMenuItemAction. onClick(ComponentHandler<MenuItemAction> handler)SingleSelectSingleSelect. onFoo(ComponentHandler<SingleSelect> handler) -
Uses of ComponentHandler in org.patternfly.component.navigation
Methods in org.patternfly.component.navigation with parameters of type ComponentHandler Modifier and Type Method Description NavigationItemNavigationItem. onClick(ComponentHandler<NavigationItem> handler)
-