Interface WithIdMixin<SELF extends HasId>

Type Parameters:
SELF - Self type.
All Superinterfaces:
HasId
All Known Implementing Classes:
AbstractSuperFloatingPointField, AbstractSuperNumberField, CollectionField, ComponentObserver, ContentAware, GridMultiSelect, GridSelect, HeaderFooterFieldWrapper, HeaderFooterLayoutWrapper, IndexedButton, ItemGrid, LabelField, LazyLoad, MapField, MultiClickButton, ObjectField, ObservedField, ObservedField.ObservedFieldElement, SuperBigDecimalField, SuperCheckbox, SuperDatePicker, SuperDateTimePicker, SuperDoubleField, SuperIntegerField, SuperLongField, SuperTabs, SuperTextArea, SuperTextField, UnloadObserver, VariantField

public interface WithIdMixin<SELF extends HasId> extends HasId
Mixin interface to allow chaining setting id.
Since:
2020-04-22
Author:
miki
  • Method Summary

    Modifier and Type
    Method
    Description
    default SELF
    Chains setting id.

    Methods inherited from interface org.vaadin.miki.markers.HasId

    getId, setId
  • Method Details