public interface ITextfieldElement extends IDisplayObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Gets the current text of this
ITextfieldElement . |
void |
setText(java.lang.String text)
Sets the text to display.
|
void |
setTextColor(int textColor)
Sets the text color.
|
setBackgroundDrawable
void setText(java.lang.String text)
text
- Text to displayjava.lang.NullPointerException
- if text is nulljava.lang.String getText()
ITextfieldElement
.void setTextColor(int textColor)
textColor
- This is an AARRGGBB value