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.templateModifier and TypeClassDescriptionclassA selectable item within acomponent.invalid reference
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.classA selectable item within acomponent.invalid reference
TemplateclassA selectable item within acomponent.invalid reference
TemplateMethods in org.patternfly.component.template that return TemplateItemModifier and TypeMethodDescriptionTemplateItem.onClick(org.patternfly.handler.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(org.patternfly.handler.ComponentHandler<TemplateItem> actionHandler) TemplateComponent.onRemove(RemoveItemHandler<TemplateComponent, TemplateItem> onRemove) TemplateComponent.onSelect(org.patternfly.handler.SelectHandler<TemplateItem> selectHandler) TemplateComponent.onUpdate(UpdateItemHandler<TemplateComponent, TemplateItem> onUpdate) TemplateComponent.ordered(Comparator<TemplateItem> comparator)