Package org.patternfly.component.form
Class FormFieldGroupHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.form.FormFieldGroupHeader
-
- All Implemented Interfaces:
Container<HTMLElement,FormFieldGroupHeader>,Finder<HTMLElement>,HasElement<HTMLElement,FormFieldGroupHeader>,HasHTMLElement<HTMLElement,FormFieldGroupHeader>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,FormFieldGroupHeader>
public class FormFieldGroupHeader extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormFieldGroupHeaderadd(Button action)FormFieldGroupHeaderaddAction(Button action)FormFieldGroupHeaderdescription(String description)static FormFieldGroupHeaderformFieldGroupHeader()FormFieldGroupHeaderthat()FormFieldGroupHeadertitle(String title)-
Methods inherited from class org.patternfly.component.SubComponent
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
-
formFieldGroupHeader
public static FormFieldGroupHeader formFieldGroupHeader()
-
addAction
public FormFieldGroupHeader addAction(Button action)
-
add
public FormFieldGroupHeader add(Button action)
-
title
public FormFieldGroupHeader title(String title)
-
description
public FormFieldGroupHeader description(String description)
-
that
public FormFieldGroupHeader that()
-
-