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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisabled(boolean disabled) static FormSelectOptionformSelectOption(String label) static FormSelectOptionformSelectOption(String label, String value) placeholder(boolean selectable) placeholder(boolean placeholder, boolean selectable) that()value()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
-
Constructor Details
-
FormSelectOption
-
-
Method Details
-
formSelectOption
-
formSelectOption
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLOptionElement,FormSelectOption>
-
placeholder
-
placeholder
-
placeholder
-
disabled
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLOptionElement,FormSelectOption>
-
label
-
value
-
value
-