ValueChoiceExtension<T extends Named<T> > extension
Properties
- current → T
-
Available on Value<
The actual content for this item.Choice< , provided by the ValueChoiceExtension extensionT> >
The current value of this choice item.no setter - first → T
-
Available on Value<
Get the first value of this choice item.Choice< , provided by the ValueChoiceExtension extensionT> >no setter - isSelected → bool
-
Available on Value<
Indicates selected or not selectedChoice< , provided by the ValueChoiceExtension extensionT> >
Check this to know if the current choice is selectedno setter - isUnselected → bool
-
Available on Value<
Indicates selected or not selectedChoice< , provided by the ValueChoiceExtension extensionT> >
This is the opposite of isSelectedno setter - last → T
-
Available on Value<
Get the last value of this choice item.Choice< , provided by the ValueChoiceExtension extensionT> >no setter - length → int
-
Available on Value<
Choice< , provided by the ValueChoiceExtension extensionT> >no setter
Methods
Operators
-
operator [](
int key) → T -
Available on Value<
Choice< , provided by the ValueChoiceExtension extensionT> >