Package org.vaadin.miki.markers
Interface WithIndexMixin<SELF extends HasIndex>
- Type Parameters:
SELF- This.
- All Superinterfaces:
HasIndex
- All Known Implementing Classes:
HeaderFooterFieldWrapper,IndexedButton
Mixin interface for easy chaining of
HasIndex.setIndex(int).- Since:
- 2021-08-31
- Author:
- miki
-
Method Summary
Modifier and TypeMethodDescriptiondefault SELFwithIndex(int index) ChainsHasIndex.setIndex(int)and returns itself.
-
Method Details
-
withIndex
ChainsHasIndex.setIndex(int)and returns itself.- Parameters:
index- Index to set.- Returns:
- This.
- See Also:
-