Interface WithTextMixin<SELF extends HasText>

  • Type Parameters:
    SELF - Self type.
    All Superinterfaces:
    HasText
    All Known Implementing Classes:
    IndexedButton, SimpleButtonState

    public interface WithTextMixin<SELF extends HasText>
    extends HasText
    Marker interface for objects that have a String property named text. Does not extend nor depend on Vaadin's HasText, because that interface extends HasElement.
    Since:
    2020-07-07
    Author:
    miki