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 SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface 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
-