Class FormGroupControl
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FormGroupControl>
org.patternfly.component.form.FormGroupControl
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, FormGroupControl>, ElementClassListMethods<HTMLElement, FormGroupControl>, ElementConsumerMethods<HTMLElement, FormGroupControl>, ElementContainerMethods<HTMLElement, FormGroupControl>, ElementEventMethods<HTMLElement, FormGroupControl>, ElementIdMethods<HTMLElement, FormGroupControl>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, FormGroupControl>, HTMLElementDataMethods<HTMLElement, FormGroupControl>, HTMLElementStyleMethods<HTMLElement, FormGroupControl>, HTMLElementVisibilityMethods<HTMLElement, FormGroupControl>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FormGroupControl>, Modifiers.Inline<HTMLElement, FormGroupControl>
public class FormGroupControl
extends SubComponent<HTMLElement, FormGroupControl>
implements Modifiers.Inline<HTMLElement, FormGroupControl>, Attachable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<E extends HTMLElement, B extends BaseComponent<E,B>>
FormGroupControladd(FormControl<E, B> control) add(HelperText helperText) add(InputGroup inputGroup) addCheckbox(Checkbox checkbox) <E extends HTMLElement, B extends BaseComponent<E,B>>
FormGroupControladdControl(FormControl<E, B> control) addHelperText(HelperText helperText) addInputGroup(InputGroup inputGroup) voidattach(MutationRecord mutationRecord) static FormGroupControlvoidsetHelperText(HelperText helperText) stack()Same as stack(true)stack(boolean stack) Adds/removes modifier(stack)that()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attachable
detachMethods 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 HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Inline
inline, inline
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
formGroupControl
-
attach
- Specified by:
attachin interfaceAttachable
-
addControl
public <E extends HTMLElement, B extends BaseComponent<E,B>> FormGroupControl addControl(FormControl<E, B> control) -
add
public <E extends HTMLElement, B extends BaseComponent<E,B>> FormGroupControl add(FormControl<E, B> control) -
addInputGroup
-
add
-
addCheckbox
-
add
-
addRadio
-
add
-
addHelperText
-
setHelperText
-
add
-
stack
Same as stack(true) -
stack
Adds/removes modifier(stack) -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, FormGroupControl>
-
removeHelperText
public void removeHelperText()
-