Package org.vaadin.miki.markers
Interface HasId
-
- All Known Subinterfaces:
WithIdMixin<SELF>
- 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 HasIdMarker interface for objects that provide access to theiridproperty. Note: this is Vaadin-compatible, so the getter returns anOptional.- Since:
- 2020-06-05
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getId()Returns the id, if exists.voidsetId(String id)Sets this object's id.
-