Package org.vaadin.miki.markers
Interface HasLabel
-
- All Known Subinterfaces:
WithLabelMixin<SELF>
- 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 HasLabelMarker interface for components that have a label. This is a workaround for issue #3241 in Vaadin Flow.- Since:
- 2020-04-07
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Returns the label associated with this object.voidsetLabel(String label)Sets the label associated with this object.
-