Package org.vaadin.miki.markers
Interface HasIndex
-
- All Known Subinterfaces:
WithIndexMixin<SELF>
- All Known Implementing Classes:
HeaderFooterFieldWrapper,IndexedButton
public interface HasIndexMarker interface for objects having an index. It is left out for implementations to define what that index means.- Since:
- 2021-08-18
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the current index of the object.voidsetIndex(int index)Changes the index of the object.
-