Interface WithLabelMixin<SELF extends WithLabelMixin<SELF>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default SELF withLabel​(String label)
      Chains HasLabel.setLabel(String) and returns itself.
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasLabel

        getLabel, setLabel
    • Method Detail

      • withLabel

        default SELF withLabel​(String label)
        Chains HasLabel.setLabel(String) and returns itself.
        Parameters:
        label - Label to set.
        Returns:
        This.
        See Also:
        HasLabel.setLabel(String)