Package com.l4digital.fastscroll
Interface FastScroller.SectionIndexer
-
- Enclosing class:
- FastScroller
public static interface FastScroller.SectionIndexerA SectionIndexer can be added to aFastScrollerto provide the text to display for the visible section while fast scrolling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequencegetSectionText(int position)Get the text to be displayed for the visible section at the current position.
-