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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormGroupControladd(Checkbox checkbox)<E extends HTMLElement,B extends BaseComponent<E,B>>
FormGroupControladd(FormControl<E,B> control)FormGroupControladd(Radio radio)FormGroupControladd(HelperText helperText)FormGroupControladdCheckbox(Checkbox checkbox)<E extends HTMLElement,B extends BaseComponent<E,B>>
FormGroupControladdControl(FormControl<E,B> control)FormGroupControladdHelperText(HelperText helperText)FormGroupControladdRadio(Radio radio)voidattach(MutationRecord mutationRecord)static FormGroupControlformGroupControl()FormGroupControlstack()Same as stack(true)FormGroupControlstack(boolean stack)Adds/removes modifier(stack)FormGroupControlthat()-
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, id, innerHtml, 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 Detail
-
formGroupControl
public static FormGroupControl formGroupControl()
-
attach
public void attach(MutationRecord mutationRecord)
- 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)
-
addCheckbox
public FormGroupControl addCheckbox(Checkbox checkbox)
-
add
public FormGroupControl add(Checkbox checkbox)
-
addRadio
public FormGroupControl addRadio(Radio radio)
-
add
public FormGroupControl add(Radio radio)
-
addHelperText
public FormGroupControl addHelperText(HelperText helperText)
-
add
public FormGroupControl add(HelperText helperText)
-
stack
public FormGroupControl stack()
Same as stack(true)
-
stack
public FormGroupControl stack(boolean stack)
Adds/removes modifier(stack)
-
that
public FormGroupControl that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,FormGroupControl>
-
-