public abstract class PreferenceModelText extends TextValue
PreferenceModel
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_PREFERENCE_MODEL
what kind of
UIValue this is |
Constructor and Description |
---|
PreferenceModelText(String id,
PreferenceModel model)
Creates a new text.
|
Modifier and Type | Method and Description |
---|---|
PreferenceModel |
getModel()
Gets the model which is using this text.
|
me, setController
public PreferenceModelText(String id, PreferenceModel model)
id
- the unique identifier of this UIValue
model
- the model that is using this textpublic PreferenceModel getModel()