Uses of Class
org.patternfly.component.template.TemplateItem
Packages that use TemplateItem
Package
Description
Template package serving as a blueprint for creating new PatternFly Java components.
-
Uses of TemplateItem in org.patternfly.component.template
Subclasses with type arguments of type TemplateItem in org.patternfly.component.templateClasses in org.patternfly.component.template that implement interfaces with type arguments of type TemplateItemModifier and TypeClassDescriptionclassThe template component is a template for creating new components.classclassMethods in org.patternfly.component.template that return TemplateItemModifier and TypeMethodDescriptionTemplateItem.onClick(ComponentHandler<TemplateItem> actionHandler) <T> TemplateItemstatic TemplateItemTemplateItem.templateItem(String identifier) TemplateItem.that()Methods in org.patternfly.component.template that return types with arguments of type TemplateItemMethods in org.patternfly.component.template with parameters of type TemplateItemModifier and TypeMethodDescriptionTemplateComponent.add(TemplateItem item) voidTemplateComponent.select(TemplateItem item) voidTemplateComponent.select(TemplateItem item, boolean selected) voidTemplateComponent.select(TemplateItem item, boolean selected, boolean fireEvent) voidTemplateComponent.updateItem(TemplateItem item) Method parameters in org.patternfly.component.template with type arguments of type TemplateItemModifier and TypeMethodDescriptionTemplateComponent.onAdd(AddItemHandler<TemplateComponent, TemplateItem> onAdd) TemplateItem.onClick(ComponentHandler<TemplateItem> actionHandler) TemplateComponent.onRemove(RemoveItemHandler<TemplateComponent, TemplateItem> onRemove) TemplateComponent.onSelect(SelectHandler<TemplateItem> selectHandler) TemplateComponent.onUpdate(UpdateItemHandler<TemplateComponent, TemplateItem> onUpdate) TemplateComponent.ordered(Comparator<TemplateItem> comparator)