@ConsumerType public interface OptionItem
Options form element.| Modifier and Type | Method and Description |
|---|---|
default String |
getText()
Return the text for this item.
|
default String |
getValue()
Returns the value of this item.
|
default boolean |
isDisabled()
Returns
true if item should be disabled and therefore not clickable, otherwise false. |
default boolean |
isSelected()
Returns
true if item should be initially selected, otherwise false. |
default boolean isSelected()
true if item should be initially selected, otherwise false.true if item should be initially selected, otherwise falsedefault in 14.1.0default boolean isDisabled()
true if item should be disabled and therefore not clickable, otherwise false.true if item should be disabled and therefore not clickable, otherwise falsedefault in 14.1.0default String getValue()
default in 14.1.0default String getText()
default in 14.1.0Copyright © 2010 - 2020 Adobe. All Rights Reserved