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,Container<HTMLElement,,FormGroupControl> Finder<HTMLElement>,HasElement<HTMLElement,,FormGroupControl> HasHTMLElement<HTMLElement,,FormGroupControl> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,FormGroupControl> Modifiers.Inline<HTMLElement,FormGroupControl>
public class FormGroupControl
extends SubComponent<HTMLElement,FormGroupControl>
implements 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) addCheckbox(Checkbox checkbox) <E extends HTMLElement,B extends BaseComponent<E, B>>
FormGroupControladdControl(FormControl<E, B> control) addHelperText(HelperText helperText) 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.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods 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) -
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()
-