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 FormSelectOptionGroupformSelectOptionGroup(String label) that()Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabled
-
Method Details
-
formSelectOptionGroup
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLOptGroupElement,FormSelectOptionGroup>
-
addOptions
public <T> FormSelectOptionGroup addOptions(Iterable<T> items, Function<T, FormSelectOption> display) -
addOption
-
disabled
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLOptGroupElement,FormSelectOptionGroup>
-
label
-