Package org.vaadin.miki.markers
Interface HasText
-
- All Known Subinterfaces:
WithTextMixin<SELF>
- All Known Implementing Classes:
IndexedButton,SimpleButtonState
public interface HasTextMarker interface for objects that have a String property calledtext. It is up to the implementation to define what this means.- Since:
- 2021-08-31
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText()Returns current text of this object.voidsetText(String text)Sets text of this object.
-