Package org.patternfly.component.form
Class FormFieldGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,FormFieldGroup>
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<HTMLElement,FormFieldGroup>
implements Expandable<HTMLElement,FormFieldGroup>, Attachable
-
Method Summary
Modifier and TypeMethodDescriptionadd
(FormFieldGroupBody body) add
(FormFieldGroupHeader header) addBody
(FormFieldGroupBody body) addHeader
(FormFieldGroupHeader header) void
attach
(MutationRecord mutationRecord) void
collapse
(boolean fireEvent) void
expand
(boolean fireEvent) expandable
(ToggleHandler<FormFieldGroup> toggleHandler) static FormFieldGroup
Creates a non-expandable field groupstatic FormFieldGroup
formFieldGroup
(boolean expandable) that()
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, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Method Details
-
formFieldGroup
Creates a non-expandable field group -
formFieldGroup
-
attach
- Specified by:
attach
in interfaceAttachable
-
addHeader
-
add
-
addBody
-
add
-
expandable
-
expandable
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
FormFieldGroup>
-
collapse
public void collapse(boolean fireEvent) - Specified by:
collapse
in interfaceExpandable<HTMLElement,
FormFieldGroup>
-
expand
public void expand(boolean fireEvent) - Specified by:
expand
in interfaceExpandable<HTMLElement,
FormFieldGroup>
-