Package org.patternfly.component.form
Class FormFieldGroup
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.form.FormFieldGroup
-
- All Implemented Interfaces:
Attachable,Container<HTMLElement,FormFieldGroup>,Finder<HTMLElement>,HasElement<HTMLElement,FormFieldGroup>,HasHTMLElement<HTMLElement,FormFieldGroup>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,FormFieldGroup>,Expandable<HTMLElement,FormFieldGroup>
public class FormFieldGroup extends SubComponent<E,B> implements Expandable<HTMLElement,FormFieldGroup>, Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormFieldGroupadd(FormFieldGroupBody body)FormFieldGroupadd(FormFieldGroupHeader header)FormFieldGroupaddBody(FormFieldGroupBody body)FormFieldGroupaddHeader(FormFieldGroupHeader header)voidattach(MutationRecord mutationRecord)voidcollapse(boolean fireEvent)voidexpand(boolean fireEvent)FormFieldGroupexpandable()FormFieldGroupexpandable(ToggleHandler<FormFieldGroup> toggleHandler)static FormFieldGroupformFieldGroup()Creates a non-expandable field groupstatic FormFieldGroupformFieldGroup(boolean expandable)FormFieldGroupthat()-
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.Attachable
detach
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.patternfly.component.Expandable
collapse, expand, expanded, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
formFieldGroup
public static FormFieldGroup formFieldGroup()
Creates a non-expandable field group
-
formFieldGroup
public static FormFieldGroup formFieldGroup(boolean expandable)
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
addHeader
public FormFieldGroup addHeader(FormFieldGroupHeader header)
-
add
public FormFieldGroup add(FormFieldGroupHeader header)
-
addBody
public FormFieldGroup addBody(FormFieldGroupBody body)
-
add
public FormFieldGroup add(FormFieldGroupBody body)
-
expandable
public FormFieldGroup expandable()
-
expandable
public FormFieldGroup expandable(ToggleHandler<FormFieldGroup> toggleHandler)
-
that
public FormFieldGroup that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,FormFieldGroup>
-
collapse
public void collapse(boolean fireEvent)
- Specified by:
collapsein interfaceExpandable<HTMLElement,FormFieldGroup>
-
expand
public void expand(boolean fireEvent)
- Specified by:
expandin interfaceExpandable<HTMLElement,FormFieldGroup>
-
-