Modifier and Type | Field and Description |
---|---|
static Path |
KIND_CACTION
what kind of
UIValue this is |
Constructor and Description |
---|
CActionText(java.lang.String id,
CAction action)
Creates a new
CActionText . |
Modifier and Type | Method and Description |
---|---|
CAction |
getAction()
Gets the action which is using this text.
|
me, setController
public CActionText(java.lang.String id, CAction action)
CActionText
.id
- the unique identifier of this textaction
- the action using the textpublic CAction getAction()