#import <UIWeekMonthDayTableCell.h>
Abgeleitet von UIDateTableCell.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - date |
| (void) | - setDate: |
| (void) | - setWeekdayLast: |
| (void) | - setWeekdayWidth: |
| (struct CGColor *) | - _weekdayLabelColor |
| (void) | - setBackgroundColor: |
| (void) | - setWeekdayString: |
| (void) | - updateHighlightColors |
| (void) | - layoutSubviews |
Geschützte Attribute | |
| UITextLabel * | _weekdayLabel |
| NSDate * | _date |
| float | _weekdayWidth |
| BOOL | _weekdayLast |
Definiert in Zeile 11 der Datei UIWeekMonthDayTableCell.h.
| - (void) dealloc |
Implementiert UIImageAndTextTableCell.
| - (id) date |
| - (void) setDate: | (id) | fp8 |
| - (void) setWeekdayLast: | (BOOL) | fp8 |
| - (void) setWeekdayWidth: | (float) | fp8 |
| - (struct CGColor *) _weekdayLabelColor |
| - (void) setBackgroundColor: | (struct CGColor *) | fp8 |
| - (void) setWeekdayString: | (id) | fp8 |
| - (void) updateHighlightColors |
Implementiert UIImageAndTextTableCell.
| - (void) layoutSubviews |
Implementiert UIImageAndTextTableCell.
- (UITextLabel*) _weekdayLabel [protected] |
Definiert in Zeile 13 der Datei UIWeekMonthDayTableCell.h.
Definiert in Zeile 14 der Datei UIWeekMonthDayTableCell.h.
- (float) _weekdayWidth [protected] |
Definiert in Zeile 15 der Datei UIWeekMonthDayTableCell.h.
- (BOOL) _weekdayLast [protected] |
Definiert in Zeile 16 der Datei UIWeekMonthDayTableCell.h.