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) void
attach
(MutationRecord mutationRecord) static FormGroupControl
void
setHelperText
(HelperText helperText) stack()
Same as stack(true)stack
(boolean stack) Adds/removes modifier(stack)that()
Methods inherited from class org.patternfly.component.SubComponent
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Attachable
detach
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Inline
inline, inline
-
Method Details
-
formGroupControl
-
attach
- Specified by:
attach
in 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:
that
in interfaceTypedBuilder<HTMLElement,
FormGroupControl>
-
removeHelperText
public void removeHelperText()
-