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