Class FormFieldGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FormFieldGroup>
org.patternfly.component.form.FormFieldGroup
- All Implemented Interfaces:
Attachable,ElementAttributeMethods<HTMLElement, FormFieldGroup>,ElementClassListMethods<HTMLElement, FormFieldGroup>,ElementConsumerMethods<HTMLElement, FormFieldGroup>,ElementContainerMethods<HTMLElement, FormFieldGroup>,ElementEventMethods<HTMLElement, FormFieldGroup>,ElementIdMethods<HTMLElement, FormFieldGroup>,ElementQueryMethods<HTMLElement>,HTMLElementAttributeMethods<HTMLElement, FormFieldGroup>,HTMLElementDataMethods<HTMLElement, FormFieldGroup>,HTMLElementStyleMethods<HTMLElement, FormFieldGroup>,HTMLElementVisibilityMethods<HTMLElement, FormFieldGroup>,IsElement<HTMLElement>,TypedBuilder<HTMLElement, FormFieldGroup>,Expandable<HTMLElement, FormFieldGroup>
public class FormFieldGroup
extends SubComponent<HTMLElement, FormFieldGroup>
implements Expandable<HTMLElement, FormFieldGroup>, Attachable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadd(FormFieldGroupBody body) add(FormFieldGroupHeader header) addBody(FormFieldGroupBody body) addHeader(FormFieldGroupHeader header) voidattach(MutationRecord mutationRecord) voidcollapse(boolean fireEvent) voidexpand(boolean fireEvent) expandable(ToggleHandler<FormFieldGroup> toggleHandler) static FormFieldGroupCreates a non-expandable field groupstatic FormFieldGroupformFieldGroup(boolean expandable) that()Methods inherited from class org.patternfly.component.SubComponent
element, registerSubComponentMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Attachable
detachMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.patternfly.component.Expandable
collapse, expand, expanded, toggle, toggleMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
formFieldGroup
Creates a non-expandable field group -
formFieldGroup
-
attach
- Specified by:
attachin interfaceAttachable
-
addHeader
-
add
-
addBody
-
add
-
expandable
-
expandable
-
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>
-