Package org.patternfly.component.form
Class FormSelectOption
java.lang.Object
org.patternfly.component.SubComponent<HTMLOptionElement,FormSelectOption>
org.patternfly.component.form.FormSelectOption
- All Implemented Interfaces:
Container<HTMLOptionElement,
,FormSelectOption> Finder<HTMLOptionElement>
,HasElement<HTMLOptionElement,
,FormSelectOption> HasHTMLElement<HTMLOptionElement,
,FormSelectOption> IsElement<HTMLOptionElement>
,TypedBuilder<HTMLOptionElement,
,FormSelectOption> HasValue<String>
,Modifiers.Disabled<HTMLOptionElement,
FormSelectOption>
public class FormSelectOption
extends SubComponent<HTMLOptionElement,FormSelectOption>
implements Modifiers.Disabled<HTMLOptionElement,FormSelectOption>, HasValue<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisabled
(boolean disabled) static FormSelectOption
formSelectOption
(String label) static FormSelectOption
formSelectOption
(String label, String value) placeholder
(boolean selectable) placeholder
(boolean placeholder, boolean selectable) that()
value()
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
-
Constructor Details
-
FormSelectOption
-
-
Method Details
-
formSelectOption
-
formSelectOption
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLOptionElement,
FormSelectOption>
-
placeholder
-
placeholder
-
placeholder
-
disabled
- Specified by:
disabled
in interfaceModifiers.Disabled<HTMLOptionElement,
FormSelectOption>
-
label
-
value
-
value
-