Package org.vaadin.miki.markers
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithId(String id)Chains setting id.
-
-
-
Method Detail
-
withId
default SELF withId(String id)
Chains setting id.- Parameters:
id- Id to set.- Returns:
- This.
- See Also:
HasId.setId(String)
-
-