#import <CPDatePicker.h>
Inheritance diagram for CPDatePicker:Class Methods | |
| (CPString) | + defaultThemeClass |
| (CPDictionary) | + themeAttributes |
Class Methods inherited from CPControl | |
| (void) | + initialize |
Class Methods inherited from CPView | |
| (Class) | + animatorClass |
| (CAAnimation) | + defaultAnimationForKey: |
| (CPMenu) | + defaultMenu |
| (BOOL) | + isHighDPIDrawingEnabled |
| (CPSet) | + keyPathsForValuesAffectingBounds |
| (CPSet) | + keyPathsForValuesAffectingFrame |
| (void) | + setHighDPIDrawingEnabled: |
This control displays a datepicker in a Cappuccino application
Definition at line 2 of file CPDatePicker.h.
|
implementation |
Return YES
Definition at line 571 of file CPDatePicker.j.
|
implementation |
Return YES if style is set to CPTextFieldAndStepperDatePickerStyle or CPTextFieldDatePickerStyle
Reimplemented from CPView.
Definition at line 554 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 861 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 909 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 925 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 941 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 781 of file CPDatePicker.j.
|
implementation |
Reimplemented from CPView.
Definition at line 76 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 893 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 765 of file CPDatePicker.j.
|
implementation |
Archives the view to a coder.
| aCoder | the object into which the view's data will be archived. |
Reimplemented from CPControl.
Provided by category CPDatePicker(CPCoding).
Definition at line 675 of file CPDatePicker.j.
|
implementation |
Initializes the view from an archive.
| aCoder | the coder from which to initialize |
Reimplemented from CPControl.
Provided by category CPDatePicker(CPCoding).
Definition at line 650 of file CPDatePicker.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPControl.
Definition at line 168 of file CPDatePicker.j.
|
implementation |
Returns YES if the textfield is bezeled.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 593 of file CPDatePicker.j.
|
implementation |
Returns YES if the textfield has a border.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 601 of file CPDatePicker.j.
|
implementation |
|
implementation |
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 845 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 813 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 797 of file CPDatePicker.j.
|
implementation |
Return the objectValue of the datePicker. The objectValue should take the timeZoneEffect
Reimplemented from CPControl.
Definition at line 279 of file CPDatePicker.j.
|
implementation |
|
implementation |
Set the background color of the datePicker
| aColor |
Reimplemented from CPView.
Definition at line 513 of file CPDatePicker.j.
|
implementation |
Sets whether the datepicker will have a bezeled border.
| shouldBeBezeled | YES means the datepicker will draw a bezeled border |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 466 of file CPDatePicker.j.
|
implementation |
Sets whether the datepicker will have a border drawn. (actually it does nothing)
| shouldBeBordered | YES makes the datepicker draw a border |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 480 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 869 of file CPDatePicker.j.
|
implementation |
Sets the control's size.
| aControlSize | the control's size |
Reimplemented from CPControl.
Definition at line 214 of file CPDatePicker.j.
|
implementation |
Set the elements of the datePicker
| aDatePickerElements | the datePicker elements |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 409 of file CPDatePicker.j.
|
implementation |
Set the mode of the datePicker
| aDatePickerMode | the datePicker mode |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 420 of file CPDatePicker.j.
|
implementation |
Set the syle of the datePicker
| aDatePickerStyle | the datePicker style |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 396 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 299 of file CPDatePicker.j.
|
implementation |
Set the delegate of the datePicker
| aDelegate | delegate of the datePicker |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 229 of file CPDatePicker.j.
|
implementation |
Set the boolean drawsBackgroundColor
| aBoolean |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 522 of file CPDatePicker.j.
|
implementation |
Sets the enabled status of the control. Controls that are not enabled can not be used by the user and obtain the CPThemeStateDisabled theme state.
| a | boolean. YES if the control should be enabled, otherwise NO. |
Reimplemented from CPControl.
Definition at line 502 of file CPDatePicker.j.
|
implementation |
Set the locale of the datePicker. This update laso the locale of the formatter.
| aLocale | the locale |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 445 of file CPDatePicker.j.
|
implementation |
Set the maxDate of the datePicker
| aMaxDate | the maxDate |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 384 of file CPDatePicker.j.
|
implementation |
Set the minDate of the datePicker
| aMinDate | the minDate |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 372 of file CPDatePicker.j.
|
implementation |
Set the objectValue of the datePicker. It has to be a CPDate
| aDateValue | the dateValue |
Definition at line 288 of file CPDatePicker.j.
|
implementation |
Sets the font of the control.
| aFont |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 494 of file CPDatePicker.j.
|
implementation |
Set the timeInterval of the datePicker
| aTimeInterval | the timeInterval of the datePicker |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 434 of file CPDatePicker.j.
|
implementation |
Set the timeZone
| aTimeZone |
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 534 of file CPDatePicker.j.
|
implementation |
Returns the font of the control.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 609 of file CPDatePicker.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 81 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 957 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDatePicker(CPSynthesizedAccessors).
Definition at line 877 of file CPDatePicker.j.