Methods Summary |
---|
public int | getPositionForSection(int section)Provides the starting index in the list for a given section.
|
public int | getSectionForPosition(int position)This is a reverse mapping to fetch the section index for a given position
in the list.
|
public java.lang.Object[] | getSections()This provides the list view with an array of section objects. In the simplest
case these are Strings, each containing one letter of the alphabet.
They could be more complex objects that indicate the grouping for the adapter's
consumption. The list view will call toString() on the objects to get the
preview letter to display while scrolling.
|