public static interface SectionAdapter.Sectionizer<T,K>
SimpleSectionAdapter.| 限定符和类型 | 方法和说明 |
|---|---|
K |
getSectionTitleForItem(T instance)
Returns the title for the given instance from the data source.
|
void |
update(int position,
ViewUpdater updater,
K o)
Update view for item
|
K getSectionTitleForItem(T instance)
instance - The instance obtained from the data source of the decorated list adapter.void update(int position,
ViewUpdater updater,
K o)
position - updater - o -