Package org.patternfly.component.form
Class FormSection
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.form.FormSection
-
- All Implemented Interfaces:
Container<HTMLElement,FormSection>,Finder<HTMLElement>,HasElement<HTMLElement,FormSection>,HasHTMLElement<HTMLElement,FormSection>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,FormSection>
public class FormSection extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormSectionaddGroup(FormGroup group)static FormSectionformSection()static FormSectionformSection(String title)static <E extends HTMLElement>
FormSectionformSection(String title, HTMLContainerBuilder<E> titleElement)FormSectionthat()-
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
-
formSection
public static FormSection formSection()
-
formSection
public static FormSection formSection(String title)
-
formSection
public static <E extends HTMLElement> FormSection formSection(String title, HTMLContainerBuilder<E> titleElement)
-
addGroup
public FormSection addGroup(FormGroup group)
-
that
public FormSection that()
-
-