Package org.patternfly.component.form
Class FormSelectOptionGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLOptGroupElement,FormSelectOptionGroup>
org.patternfly.component.form.FormSelectOptionGroup
- All Implemented Interfaces:
Container<HTMLOptGroupElement,
,FormSelectOptionGroup> Finder<HTMLOptGroupElement>
,HasElement<HTMLOptGroupElement,
,FormSelectOptionGroup> HasHTMLElement<HTMLOptGroupElement,
,FormSelectOptionGroup> IsElement<HTMLOptGroupElement>
,TypedBuilder<HTMLOptGroupElement,
,FormSelectOptionGroup> Modifiers.Disabled<HTMLOptGroupElement,
FormSelectOptionGroup>
public class FormSelectOptionGroup
extends SubComponent<HTMLOptGroupElement,FormSelectOptionGroup>
implements Modifiers.Disabled<HTMLOptGroupElement,FormSelectOptionGroup>
-
Method Summary
Modifier and TypeMethodDescriptionaddOption
(FormSelectOption option) addOptions
(Iterable<T> items, Function<T, FormSelectOption> display) disabled
(boolean disabled) static FormSelectOptionGroup
formSelectOptionGroup
(String label) 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.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.Disabled
disabled, isDisabled
-
Method Details
-
formSelectOptionGroup
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLOptGroupElement,
FormSelectOptionGroup>
-
addOptions
public <T> FormSelectOptionGroup addOptions(Iterable<T> items, Function<T, FormSelectOption> display) -
addOption
-
disabled
- Specified by:
disabled
in interfaceModifiers.Disabled<HTMLOptGroupElement,
FormSelectOptionGroup>
-
label
-