public interface TextHolder
Component
classes that can support
setting/getting text. E.g. Label
, TextArea
,
SpanLabel
, SpanButton
, etc..Modifier and Type | Method and Description |
---|---|
String |
getText()
The text of the component
|
void |
setText(String text)
New text for the component
|