Package org.patternfly.component.form
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> org.patternfly.style.Modifiers.Inline<HTMLElement,FormGroupControl>
public class FormGroupControl
extends SubComponent<HTMLElement,FormGroupControl>
implements org.patternfly.style.Modifiers.Inline<HTMLElement,FormGroupControl>, Attachable
-
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 org.patternfly.component.SubComponent
elementMethods 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.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
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Inline
inline, inline
-
Method Details
-
formGroupControl
-
attach
- Specified by:
attachin interfaceAttachable
-
addControl
public <E extends HTMLElement,B extends BaseComponent<E, FormGroupControl addControlB>> (FormControl<E, B> control) -
add
public <E extends HTMLElement,B extends BaseComponent<E, FormGroupControl addB>> (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()
-