Package org.patternfly.component.form
Class CheckboxDescription
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLElement,CheckboxDescription>
-
- org.patternfly.component.form.CheckboxDescription
-
- All Implemented Interfaces:
Container<HTMLElement,CheckboxDescription>,Finder<HTMLElement>,HasElement<HTMLElement,CheckboxDescription>,HasHTMLElement<HTMLElement,CheckboxDescription>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,CheckboxDescription>
public class CheckboxDescription extends SubComponent<HTMLElement,CheckboxDescription>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CheckboxDescriptioncheckboxDescription()static CheckboxDescriptioncheckboxDescription(String description)CheckboxDescriptionthat()-
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.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
checkboxDescription
public static CheckboxDescription checkboxDescription()
-
checkboxDescription
public static CheckboxDescription checkboxDescription(String description)
-
that
public CheckboxDescription that()
-
-