#import <UISectionList.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame:showSectionIndex: |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setDataSource: |
| (float) | - marginForIndexControl: |
| (id) | - allTitles |
| (id) | - indexTitles |
| (void) | - setAllowsScrollIndicators: |
| (void) | - setShouldHideHeaderInShortLists: |
| (BOOL) | - showsSectionHeaders |
| (BOOL) | - showsSectionIndex |
| (void) | - setNonIndexedTitlesShownLast: |
| (void) | - setSectionListStyle: |
| (void) | - noteIndexTitlesDidChange |
| (void) | - reloadData |
| (int) | - numberOfSections |
| (id) | - titleForSection: |
| (int) | - closestSectionForTitle: |
| (id) | - _indexTitlesAsSet |
| (void) | - _setIndexVisible: |
| (id) | - table |
Öffentliche, statische Methoden | |
| (float) | + defaultIndexWidth |
Geschützte Attribute | |
| UISectionTable * | _table |
| UISectionIndex * | _index |
| NSMutableArray * | _titles |
| NSSet * | _indexTitlesAsSet |
| int | _sectionCount |
| float | _listWidth |
| struct { | |
| unsigned int nonIndexedTitlesShownFirst:1 | |
| } | _sectionListFlags |
Definiert in Zeile 11 der Datei UISectionList.h.
| + (float) defaultIndexWidth |
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| showSectionIndex: | (BOOL) | fp24 | ||
| - (void) dealloc |
Implementiert UIView.
| - (void) setDataSource: | (id) | fp8 |
| - (float) marginForIndexControl: | (BOOL) | fp8 |
| - (id) allTitles |
| - (id) indexTitles |
| - (void) setAllowsScrollIndicators: | (BOOL) | fp8 |
| - (void) setShouldHideHeaderInShortLists: | (BOOL) | fp8 |
| - (BOOL) showsSectionHeaders |
| - (BOOL) showsSectionIndex |
| - (void) setNonIndexedTitlesShownLast: | (BOOL) | fp8 |
| - (void) setSectionListStyle: | (int) | fp8 |
| - (void) noteIndexTitlesDidChange |
| - (void) reloadData |
| - (int) numberOfSections |
| - (id) titleForSection: | (int) | fp8 |
| - (int) closestSectionForTitle: | (id) | fp8 |
| - (id) _indexTitlesAsSet |
| - (void) _setIndexVisible: | (BOOL) | fp8 |
| - (id) table |
- (UISectionTable*) _table [protected] |
Definiert in Zeile 13 der Datei UISectionList.h.
- (UISectionIndex*) _index [protected] |
Definiert in Zeile 14 der Datei UISectionList.h.
- (NSMutableArray*) _titles [protected] |
Definiert in Zeile 15 der Datei UISectionList.h.
- (NSSet*) _indexTitlesAsSet [protected] |
Definiert in Zeile 16 der Datei UISectionList.h.
- (int) _sectionCount [protected] |
Definiert in Zeile 17 der Datei UISectionList.h.
- (float) _listWidth [protected] |
Definiert in Zeile 18 der Datei UISectionList.h.
- (unsigned int) nonIndexedTitlesShownFirst [protected] |
Definiert in Zeile 20 der Datei UISectionList.h.
struct { ... } UISectionList::_sectionListFlags [protected] |