public interface Text
Text interface represents a text that can be used anywhere in a form. All texts share the following characteristics:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the text.
|
void |
setText(java.lang.String text)
Sets the text.
|
java.lang.String getText()
setText(String)void setText(java.lang.String text)