Package org.patternfly.component.form
Class FormGroupLabel
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.form.FormGroupLabel
-
- All Implemented Interfaces:
Attachable,Container<HTMLElement,FormGroupLabel>,Finder<HTMLElement>,HasElement<HTMLElement,FormGroupLabel>,HasHTMLElement<HTMLElement,FormGroupLabel>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,FormGroupLabel>
public class FormGroupLabel extends SubComponent<E,B> implements Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach(MutationRecord mutationRecord)static FormGroupLabelformGroupLabel(String label)FormGroupLabelhelp(String ariaLabel, Popover popover)FormGroupLabellabel(String label)FormGroupLabelnoPaddingTop()FormGroupLabelthat()-
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
-
-
-
-
Method Detail
-
formGroupLabel
public static FormGroupLabel formGroupLabel(String label)
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
label
public FormGroupLabel label(String label)
-
noPaddingTop
public FormGroupLabel noPaddingTop()
-
help
public FormGroupLabel help(String ariaLabel, Popover popover)
-
that
public FormGroupLabel that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,FormGroupLabel>
-
-