Package org.vaadin.miki.markers
Interface WithLabelMixin<SELF extends WithLabelMixin<SELF>>
-
- Type Parameters:
SELF- Self type.
- All Superinterfaces:
com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasLabel,Serializable
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,CollectionField,GridMultiSelect,GridSelect,HeaderFooterFieldWrapper,LabelField,MapField,ObjectField,SuperBigDecimalField,SuperCheckbox,SuperDatePicker,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTabs,SuperTextArea,SuperTextField,VariantField
public interface WithLabelMixin<SELF extends WithLabelMixin<SELF>> extends com.vaadin.flow.component.HasLabelMixin interface to support chainingHasLabel.setLabel(String).- Since:
- 2020-04-12
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithLabel(String label)ChainsHasLabel.setLabel(String)and returns itself.
-