Package org.patternfly.component
Class TemplateComponent
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,TemplateComponent>
-
- org.patternfly.component.TemplateComponent
-
- All Implemented Interfaces:
Container<HTMLElement,TemplateComponent>,Finder<HTMLElement>,HasElement<HTMLElement,TemplateComponent>,HasHTMLElement<HTMLElement,TemplateComponent>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,TemplateComponent>,Component
public class TemplateComponent extends BaseComponent<HTMLElement,TemplateComponent>
The template component is a template for creating new components.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateComponentadd()TemplateComponentaddFoo()TemplateComponentariaLabel(String label)voiddoSomething()Stringgetter()TemplateComponentmethodsReturningAReferenceToItself()TemplateComponentonFoo(ComponentHandler<TemplateComponent> handler)static TemplateComponenttemplate()TemplateComponentthat()-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
template
public static TemplateComponent template()
-
addFoo
public TemplateComponent addFoo()
-
add
public TemplateComponent add()
-
methodsReturningAReferenceToItself
public TemplateComponent methodsReturningAReferenceToItself()
-
that
public TemplateComponent that()
-
ariaLabel
public TemplateComponent ariaLabel(String label)
-
onFoo
public TemplateComponent onFoo(ComponentHandler<TemplateComponent> handler)
-
doSomething
public void doSomething()
-
getter
public String getter()
-
-