public abstract class ChoiceText extends TextValue
Choice
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_CHOICE
the kind of this
UIValue |
Constructor and Description |
---|
ChoiceText(java.lang.String id,
Choice choice)
Creates a new
ChoiceText . |
ChoiceText(java.lang.String id,
Choice choice,
Path kind)
Creates a new
ChoiceText . |
Modifier and Type | Method and Description |
---|---|
Choice |
getChoice()
Gets the choice which is using this text.
|
me, setController
public ChoiceText(java.lang.String id, Choice choice)
ChoiceText
.id
- the unique identifier of this UIValue
choice
- the choice for which the text is requiredpublic ChoiceText(java.lang.String id, Choice choice, Path kind)
ChoiceText
.public Choice getChoice()