Class FormSelectOption
java.lang.Object
org.patternfly.component.SubComponent<HTMLOptionElement, FormSelectOption>
org.patternfly.component.form.FormSelectOption
- All Implemented Interfaces:
ElementAttributeMethods<HTMLOptionElement, FormSelectOption>,ElementClassListMethods<HTMLOptionElement, FormSelectOption>,ElementConsumerMethods<HTMLOptionElement, FormSelectOption>,ElementContainerMethods<HTMLOptionElement, FormSelectOption>,ElementEventMethods<HTMLOptionElement, FormSelectOption>,ElementIdMethods<HTMLOptionElement, FormSelectOption>,ElementQueryMethods<HTMLOptionElement>,HTMLElementAttributeMethods<HTMLOptionElement, FormSelectOption>,HTMLElementDataMethods<HTMLOptionElement, FormSelectOption>,HTMLElementStyleMethods<HTMLOptionElement, FormSelectOption>,HTMLElementVisibilityMethods<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisabled(boolean disabled) Adds/removes modifier(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
element, registerSubComponentMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabled
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Constructor Details
-
FormSelectOption
-
-
Method Details
-
formSelectOption
-
formSelectOption
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLOptionElement, FormSelectOption>
-
placeholder
-
placeholder
-
placeholder
-
disabled
Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<HTMLOptionElement, FormSelectOption>
-
label
-
value
-
value
-