Interface TextHolder
- All Known Implementing Classes:
AutoCompleteTextField, Button, CheckBox, DefaultListCellRenderer, FloatingActionButton, Label, LikeButton, MultiButton, Picker, RadioButton, ScaleImageButton, ScaleImageLabel, ShareButton, Slider, SliderBridge, SpanButton, SpanLabel, SpanMultiButton, TextArea, TextField
public interface TextHolder
An interface implemented by
Component classes that can support
setting/getting text. E.g. Label, TextArea,
SpanLabel, SpanButton, etc..-
Method Summary
-
Method Details
-
getText
String getText()The text of the component
Returns
the text
-
setText
New text for the component
Parameters
text: the text
-