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.breadcrumb
Methods in org.patternfly.component.breadcrumb with parameters of type ComponentHandler Modifier and Type Method Description BreadcrumbBreadcrumb. onFoo(ComponentHandler<Breadcrumb> 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.card
Methods in org.patternfly.component.card with parameters of type ComponentHandler Modifier and Type Method Description CardCard. clickable(ComponentHandler<Card> onClick) -
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<CodeBlock> handler)CodeEditorActionCodeEditorAction. onClick(ComponentHandler<CodeEditor> handler)CodeEditorLinkCodeEditorLink. onClick(ComponentHandler<CodeEditor> handler) -
Uses of ComponentHandler in org.patternfly.component.label
Methods in org.patternfly.component.label with parameters of type ComponentHandler Modifier and Type Method Description LabelLabel. clickable(ComponentHandler<Label> clickHandler)LabelLabel. onClick(ComponentHandler<Label> clickHandler) -
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) -
Uses of ComponentHandler in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type ComponentHandler Modifier and Type Method Description TabsTabs. onFoo(ComponentHandler<Tabs> handler) -
Uses of ComponentHandler in org.patternfly.component.wizard
Methods in org.patternfly.component.wizard with parameters of type ComponentHandler Modifier and Type Method Description WizardWizard. onFoo(ComponentHandler<Wizard> handler)
-