#import <UITable.h>
Abgeleitet von UIScroller.
Basisklasse für _UIAlertSheetTable, SelectableTable, UIPickerTable, UIPreferencesTable und UISectionTable.
Definiert in Zeile 11 der Datei UITable.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 |
Implementiert UIScroller.
Implementiert in ABAbstractCardView, ABUnknownCardViewer, UIPickerTable und UIPreferencesTable.
| - (void) dealloc |
Implementiert UIScroller.
Implementiert in ABAbstractCardView, ABUnknownCardViewer, ABVCardViewer, SelectableTable, UIPreferencesTable und UISectionTable.
| - (BOOL) validateDataSource |
Implementiert in UIPreferencesTable.
| - (void) setDataSource: | (id) | fp8 |
Implementiert in UIPreferencesTable.
| - (id) dataSource |
| - (void) setDelegate: | (id) | fp8 |
| - (id) tableColumns |
| - (int) numberOfColumns |
| - (int) dataSourceGetRowCount |
Implementiert in UIPreferencesTable.
| - (BOOL) dataSourceSupportsVariableRowHeights |
Implementiert in UIPreferencesTable.
| - (int) numberOfRows |
| - (void) addTableColumn: | (id) | fp8 |
Implementiert in UIPreferencesTable.
| - (void) removeTableColumn: | (id) | fp8 |
| - (int) columnWithIdentifier: | (id) | fp8 |
| - (id) tableColumnWithIdentifier: | (id) | fp8 |
| - (void) setRowHeight: | (float) | fp8 |
Implementiert in UIPickerTable.
| - (float) rowHeight |
| - (void) scrollRowToVisible: | (int) | fp8 |
Implementiert in UISectionTable.
| - (void) clearAllData |
| - (void) _updateOriginOfCells: | (struct _NSRange) | fp8 |
| - (void) reloadDataForInsertionOfRows: | (struct _NSRange) | fp8 |
| - (void) reloadCellAtRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| animated: | (BOOL) | fp16 | ||
| - (float) animationDuration |
Implementiert in UIPreferencesTable.
| - (void) reloadDataForInsertionOfRows: | (struct _NSRange) | fp8 | ||
| animated: | (BOOL) | fp16 | ||
| - (void) reloadData |
Implementiert in UIPreferencesTable und UISectionTable.
| - (void) noteNumberOfRowsChanged |
| - (void) setNeedsDisplayInRowRange: | (struct _NSRange) | fp8 |
| - (void) setDoubleAction: | (SEL) | fp8 |
| - (SEL) doubleAction |
| - (void) setCountStringInsignificantRowCount: | (unsigned int) | fp8 |
| - (void) setCountString: | (id) | fp8 |
| - (void) animateDeletionOfCellAtRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| viaEdge: | (int) | fp16 | ||
| - (void) animateDeletionOfRowWithCell: | (id) | fp8 | ||
| viaEdge: | (int) | fp12 | ||
| animatingOthersUp: | (BOOL) | fp16 | ||
| - (void) animateDeletionOfRowWithCell: | (id) | fp8 | ||
| viaEdge: | (int) | fp12 | ||
Implementiert in UIPreferencesTable.
| - (void) animateDeletionOfRowWithCell: | (id) | fp8 |
| - (void) completeRowDeletionAnimation |
| - (BOOL) canDeleteRow: | (int) | fp8 |
Implementiert in UIPreferencesTable.
| - (BOOL) canInsertAtRow: | (int) | fp8 |
Implementiert in UIPreferencesTable.
| - (void) enableRowDeletion: | (BOOL) | fp8 |
| - (BOOL) _userCanDeleteRows |
Implementiert in UIPreferencesTable.
| - (void) _enableRowDeletion: | (BOOL) | fp8 | ||
| forCell: | (id) | fp12 | ||
| atRow: | (int) | fp16 | ||
| allowInsert: | (BOOL) | fp20 | ||
| allowReorder: | (BOOL) | fp24 | ||
| animated: | (BOOL) | fp28 | ||
| - (int) deleteConfirmationRow |
| - (void) setDeleteConfirmationRow: | (int) | fp8 |
| - (void) removeControlWillHideRemoveConfirmation: | (id) | fp8 |
| - (void) enableRowDeletion: | (BOOL) | fp8 | ||
| animated: | (BOOL) | fp12 | ||
Implementiert in UIPreferencesTable.
| - (void) _removeContextFromSuperview: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
| context: | (id) | fp16 | ||
Implementiert in UIPreferencesTable.
| - (void) _disableInteraction |
| - (void) _enableInteraction |
| - (BOOL) isRowDeletionEnabled |
| - (void) setAllowSelectionDuringRowDeletion: | (BOOL) | fp8 |
| - (void) updateDisclosures |
| - (int) controlTint |
| - (void) setControlTint: | (int) | fp8 |
| - (struct CGRect) frameOfCellAtRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| - (struct CGRect) frameOfCellAtColumn: | (int) | fp8 | ||
| row: | (int) | fp12 | ||
| - (struct CGRect) rectOfViewAtColumn: | (int) | fp8 | ||
| row: | (int) | fp12 | ||
| - (id) viewAtColumn: | (int) | fp8 | ||
| row: | (int) | fp12 | ||
| - (id) cellAtRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| - (void) setAllowsReordering: | (BOOL) | fp8 |
| - (id) dataSourceCreateCellForRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| reusing: | (id) | fp16 | ||
Implementiert in UIPreferencesTable.
| - (BOOL) shouldIndentRow: | (int) | fp8 |
Implementiert in UIPreferencesTable.
| - (id) createPreparedCellForRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
Implementiert in UISectionTable.
| - (struct CGRect) rectOfColumn: | (int) | fp8 |
| - (struct CGRect) _rectOfRow: | (int) | fp8 | ||
| usingRowHeights: | (id) | fp12 | ||
| - (struct CGRect) rectOfRow: | (int) | fp8 |
| - (int) columnAtPoint: | (struct CGPoint) | fp8 |
| - (int) rowAtPoint: | (struct CGPoint) | fp8 |
| - (id) visibleCellsWithoutUpdatingLayout |
| - (id) visibleCells |
| - (id) visibleCellForRow: | (int) | fp8 | ||
| column: | (int) | fp12 | ||
| - (BOOL) getRow: | (int *) | fp8 | ||
| column: | (int *) | fp12 | ||
| ofTableCell: | (id) | fp16 | ||
| - (void) setOffset: | (struct CGPoint) | fp8 |
Implementiert UIScroller.
| - (void) setFrame: | (struct CGRect) | fp8 |
| - (void) _userSelectRow: | (int) | fp8 |
| - (void) selectRow: | (int) | fp8 | ||
| byExtendingSelection: | (BOOL) | fp12 | ||
Implementiert in SelectableTable.
| - (void) _sendSelectionDidChange |
| - (void) _delaySendSelectionDidChange |
| - (void) removeFromSuperview |
| - (BOOL) cancelMouseTracking |
Implementiert UIScroller.
| - (void) selectCell: | (id) | fp8 | ||
| inRow: | (int) | fp12 | ||
| column: | (int) | fp16 | ||
| withFade: | (BOOL) | fp20 | ||
Implementiert in UIPickerTable.
| - (void) _selectRow: | (int) | fp8 | ||
| byExtendingSelection: | (BOOL) | fp12 | ||
| withFade: | (BOOL) | fp16 | ||
| scrollingToVisible: | (BOOL) | fp20 | ||
| withSelectionNotifications: | (BOOL) | fp24 | ||
| - (void) selectRow: | (int) | fp8 | ||
| byExtendingSelection: | (BOOL) | fp12 | ||
| withFade: | (BOOL) | fp16 | ||
| scrollingToVisible: | (BOOL) | fp20 | ||
| - (void) selectRow: | (int) | fp8 | ||
| byExtendingSelection: | (BOOL) | fp12 | ||
| withFade: | (BOOL) | fp16 | ||
Implementiert in UIPreferencesTable.
| - (BOOL) shouldDelaySendingSelectionChanged |
| - (int) selectedRow |
| - (int) lastHighlightedRow |
| - (BOOL) highlightRow: | (int) | fp8 |
| - (BOOL) highlightNextRowByDelta: | (int) | fp8 |
| - (BOOL) selectHighlightedRow |
| - (void) setScrollsToSelection: | (BOOL) | fp8 |
| - (void) setSeparatorStyle: | (int) | fp8 |
| - (int) separatorStyle |
| - (void) setPadding: | (float) | fp8 |
| - (struct _UIRectInsets) adornmentMargins |
| - (struct _UIRectInsets) pressedAdornmentMargins |
| - (id) hitTest: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
Implementiert UIScroller.
| - (BOOL) canSelectRow: | (int) | fp8 |
Implementiert in UIPreferencesTable.
| - (void) contentMouseUpInView: | (id) | fp8 | ||
| withEvent: | (struct __GSEvent *) | fp12 | ||
| - (void) highlightView: | (id) | fp8 | ||
| state: | (BOOL) | fp12 | ||
| - (void) setAccessoryView: | (id) | fp8 |
| - (id) accessoryView |
| - (void) drawExtraSeparator: | (struct CGRect) | fp8 |
Implementiert in _UIAlertSheetTable.
| - (void) setResusesTableCells: | (BOOL) | fp8 |
| - (void) setReusesTableCells: | (BOOL) | fp8 |
| - (void) scrollAndCenterTableCell: | (id) | fp8 | ||
| animated: | (BOOL) | fp12 | ||
Implementiert in UIPreferencesTable.
| - (void) _updateContentSize |
Implementiert in UIPreferencesTable.
| - (BOOL) floatArray: | (id) | fp8 | ||
| loadValues: | (float *) | fp12 | ||
| count: | (int) | fp16 | ||
Implementiert in UIPreferencesTable.
| - (void) floatArray: | (id) | fp8 | ||
| getValueCount: | (int *) | fp12 | ||
| gapIndexCount: | (int *) | fp16 | ||
Implementiert in UISectionTable.
| - (void) _reloadRowHeights |
Implementiert in UISectionTable.
| - (void) _addSubview: | (id) | fp8 | ||
| atTop: | (BOOL) | fp12 | ||
| - (void) layoutSubviews |
| - (void) _stopAutoscrollTimer |
| - (void) _beginReorderingForCell: | (id) | fp8 |
| - (void) _autoscroll: | (id) | fp8 |
| - (void) _reorderPositionChangedForCell: | (id) | fp8 |
| - (void) _finishedAnimatingCellReorder: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
| context: | (id) | fp16 | ||
| - (void) _endCellReorderAnimation |
| - (void) _tableCellAnimationDidStop: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
| - (void) _endReorderingForCell: | (id) | fp8 |
| - (void) _setNeedsVisibleCellsUpdate: | (BOOL) | fp8 |
| - (BOOL) canHandleSwipes |
| - (int) swipe: | (int) | fp8 | ||
| withEvent: | (struct __GSEvent *) | fp12 | ||
Implementiert UIScroller.
| - (void) _updateVisibleCellsNow |
Implementiert in UISectionTable.
| - (void) _updateVisibleCellsImmediatelyIfNecessary |
| - (void) _suspendReloads |
| - (void) _resumeReloads |
| - (int) _rowForTableCell: | (id) | fp8 |
| - (void) _deleteRowAlertDidEndWithResult: | (BOOL) | fp8 | ||
| contextInfo: | (id) | fp12 | ||
| - (void) _deleteRowAlertDidEndContinuation: | (id) | fp8 |
| - (BOOL) _shouldDeleteRowForTableCell: | (id) | fp8 |
| - (void) _animateRowsForDeletionOfRow: | (int) | fp8 | ||
| withSep: | (id) | fp12 | ||
| - (void) _saveTableStateBeforeAnimationForRow: | (int) | fp8 |
| - (void) _restoreTableStateAfterAnimation |
| - (int) _removeFromVisibleRows: | (id) | fp8 |
| - (void) _getRowCount: | (int *) | fp8 | ||
| andHeight: | (float *) | fp12 | ||
| beforeVisibleCellsForRows: | (id) | fp16 | ||
| - (void) _animateRemovalOfCell: | (id) | fp8 | ||
| atRow: | (int) | fp12 | ||
| col: | (int) | fp16 | ||
| viaEdge: | (int) | fp20 | ||
| withAmountToSlideUp: | (float *) | fp24 | ||
| - (void) _animateRemovalOfVisibleRows: | (id) | fp8 | ||
| viaEdge: | (int) | fp12 | ||
| withAmountToSlideUp: | (float *) | fp16 | ||
| - (void) _animateNewCells: | (id) | fp8 | ||
| bySlidingUpAmount: | (float) | fp12 | ||
| - (float) _partOfRow: | (int) | fp8 | ||
| thatIsHidden: | (BOOL) | fp12 | ||
| - (void) deleteRows: | (id) | fp8 | ||
| viaEdge: | (int) | fp12 | ||
| animated: | (BOOL) | fp16 | ||
| - (void) deleteRows: | (id) | fp8 | ||
| viaEdge: | (int) | fp12 | ||
Implementiert in UIPreferencesTable.
| - (void) _fadeCellOutAnimationDidStop: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
| context: | (id) | fp16 | ||
Implementiert in UIPreferencesTable.
| - (void) insertRows: | (id) | fp8 | ||
| deleteRows: | (id) | fp12 | ||
| reloadRows: | (id) | fp16 | ||
| - (void) _willDeleteRow: | (int) | fp8 | ||
| forTableCell: | (id) | fp12 | ||
| viaEdge: | (int) | fp16 | ||
| animateOthers: | (BOOL) | fp20 | ||
| - (void) _enableAndRestoreTableStateAfterAnimation |
| - (void) _finishedRemovingRemovalButtonForTableCell: | (id) | fp8 |
| - (void) _didDeleteRowForTableCell: | (id) | fp8 |
| - (void) _didInsertRowForTableCell: | (id) | fp8 |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIScroller.
| - (BOOL) _shouldTryPromoteDescendantToFirstResponder |
| - (void) _scheduleAdjustExtraSeparators |
| - (void) _adjustExtraSeparators |
| - (unsigned int) _countStringRowCount |
| - (void) _setRowCount: | (int) | fp8 |
| - (void) _adjustCountLabel |
| - (void) _adjustReusableTableCells |
- (id) _dataSource [protected] |
- (NSMutableArray*) _tableColumns [protected] |
- (SEL) _doubleAction [protected] |
- (UIFloatArray*) _rowHeights [protected] |
- (struct _NSRange) _visibleRows [read, protected] |
- (struct _NSRange) _visibleCols [read, protected] |
- (NSMutableArray*) _visibleCells [protected] |
- (_UITableDeleteAnimationSupport*) _deleteAnimationSupport [protected] |
- (unsigned int) _selectedRow [protected] |
- (unsigned int) _lastHighlightedRow [protected] |
- (int) _tableReloadingSuspendedCount [protected] |
- (UIView*) _accessoryView [protected] |
- (UITableCountView*) _countLabel [protected] |
- (NSMutableArray*) _reusableTableCells [protected] |
- (int) _reusableCapacity [protected] |
- (NSMutableArray*) _extraSeparators [protected] |
- (int) _swipeToDeleteRow [protected] |
- (unsigned int) separatorStyle [protected] |
- (unsigned int) rowDeletionEnabled [protected] |
- (unsigned int) allowSelectionDuringRowDeletion [protected] |
- (unsigned int) dataSourceHeightForRow [protected] |
- (unsigned int) dataSourceSetObjectValue [protected] |
- (unsigned int) dataShowDisclosureForRow [protected] |
- (unsigned int) dataDisclosureClickableForRow [protected] |
- (unsigned int) dataSourceWantsHints [protected] |
- (unsigned int) dataSourceCanDeleteRow [protected] |
- (unsigned int) dataSourceConfirmDeleteRow [protected] |
- (unsigned int) delegateTableSelectionDidChange [protected] |
- (unsigned int) scrollsToSelection [protected] |
- (unsigned int) reloadSkippedDuringSuspension [protected] |
- (unsigned int) reuseTableCells [protected] |
- (unsigned int) controlTint [protected] |
- (unsigned int) delegateUpdateVisibleCellsNote [protected] |
- (unsigned int) delegateTableRowSelected [protected] |
- (unsigned int) rowAlreadyHighlighted [protected] |
- (unsigned int) needsReload [protected] |
- (unsigned int) delegateCanSwipe [protected] |
- (unsigned int) updatingVisibleCellsManually [protected] |
- (unsigned int) scheduledUpdateVisibleCells [protected] |
- (unsigned int) warnForForcedCellUpdateDisabled [protected] |
- (unsigned int) delaySendingSelectionChanged [protected] |
- (unsigned int) dataSourceCanInsertAtRow [protected] |
- (unsigned int) shouldDisplayTopSeparator [protected] |
- (unsigned int) displayTopSeparator [protected] |
- (unsigned int) needToAdjustExtraSeparators [protected] |
- (unsigned int) ignoreDragSwipe [protected] |
- (unsigned int) lastHighlightedRowActive [protected] |
- (unsigned int) countStringInsignificantRowCount [protected] |
- (unsigned int) dataSourceCanReuseCell [protected] |
- (unsigned int) reserved [protected] |
struct { ... } UITable::_tableFlags [protected] |
- (_UITableReorderingSupport*) _reorderingSupport [protected] |