Class FormSection
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FormSection>
org.patternfly.component.form.FormSection
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FormSection>, ElementClassListMethods<HTMLElement, FormSection>, ElementConsumerMethods<HTMLElement, FormSection>, ElementContainerMethods<HTMLElement, FormSection>, ElementEventMethods<HTMLElement, FormSection>, ElementIdMethods<HTMLElement, FormSection>, ElementQueryMethods<HTMLElement>, ElementTextDelegate<HTMLElement, FormSection>, ElementTextMethods<HTMLElement, FormSection>, HTMLElementAttributeMethods<HTMLElement, FormSection>, HTMLElementDataMethods<HTMLElement, FormSection>, HTMLElementStyleMethods<HTMLElement, FormSection>, HTMLElementVisibilityMethods<HTMLElement, FormSection>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FormSection>
public class FormSection
extends SubComponent<HTMLElement, FormSection>
implements ElementTextDelegate<HTMLElement, FormSection>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic FormSectionstatic FormSectionformSection(String title) static <E extends HTMLElement>
FormSectionformSection(String title, HTMLContainerBuilder<E> titleElement) that()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextDelegate
textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
formSection
-
formSection
-
formSection
public static <E extends HTMLElement> FormSection formSection(String title, HTMLContainerBuilder<E> titleElement) -
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLElement, FormSection>
-
addGroup
-
text
- Specified by:
textin interfaceElementTextDelegate<HTMLElement, FormSection>- Specified by:
textin interfaceElementTextMethods<HTMLElement, FormSection>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, FormSection>
-