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(String id,
Choice choice)
Creates a new
ChoiceText. |
ChoiceText(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, setControllerpublic ChoiceText(String id, Choice choice)
ChoiceText.id - the unique identifier of this UIValuechoice - the choice for which the text is requiredpublic Choice getChoice()
Copyright © 2017 Docking Frames. All rights reserved.