Instance Methods | |
(CPCalendar) | - calendar |
(CPInteger) | - datePickerElements |
(CPInteger) | - datePickerMode |
(CPInteger) | - datePickerStyle |
(CPDate) | - dateValue |
(id) | - delegate |
(BOOL) | - drawsBackground |
(BOOL) | - isBezeled |
(BOOL) | - isBordered |
(CPLocale) | - locale |
(CPDate) | - maxDate |
(CPDate) | - minDate |
(void) | - setBezeled: |
(void) | - setBordered: |
(void) | - setCalendar: |
(void) | - setDatePickerElements: |
(void) | - setDatePickerMode: |
(void) | - setDatePickerStyle: |
(void) | - setDateValue: |
(void) | - setDelegate: |
(void) | - setDrawsBackground: |
(void) | - setLocale: |
(void) | - setMaxDate: |
(void) | - setMinDate: |
(void) | - setTextFont: |
(void) | - setTimeInterval: |
(void) | - setTimeZone: |
(CPFont) | - textFont |
(CPInteger) | - timeInterval |
(CPTimeZone) | - timeZone |
Definition at line 728 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 861 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 909 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 925 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 941 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 781 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 893 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 765 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Returns YES
if the textfield is bezeled.
Extends class CPDatePicker.
Definition at line 749 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Returns YES
if the textfield has a border.
Extends class CPDatePicker.
Definition at line 733 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 845 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 813 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 797 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Sets whether the datepicker will have a bezeled border.
shouldBeBezeled | YES means the datepicker will draw a bezeled border |
Extends class CPDatePicker.
Definition at line 757 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Sets whether the datepicker will have a border drawn. (actually it does nothing)
shouldBeBordered | YES makes the datepicker draw a border |
Extends class CPDatePicker.
Definition at line 741 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 869 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the elements of the datePicker
aDatePickerElements | the datePicker elements |
Extends class CPDatePicker.
Definition at line 917 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the mode of the datePicker
aDatePickerMode | the datePicker mode |
Extends class CPDatePicker.
Definition at line 933 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the syle of the datePicker
aDatePickerStyle | the datePicker style |
Extends class CPDatePicker.
Definition at line 949 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 789 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the delegate of the datePicker
aDelegate | delegate of the datePicker |
Extends class CPDatePicker.
Definition at line 901 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the boolean drawsBackgroundColor
aBoolean |
Extends class CPDatePicker.
Definition at line 773 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the locale of the datePicker. This update laso the locale of the formatter.
aLocale | the locale |
Extends class CPDatePicker.
Definition at line 853 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the maxDate of the datePicker
aMaxDate | the maxDate |
Extends class CPDatePicker.
Definition at line 821 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the minDate of the datePicker
aMinDate | the minDate |
Extends class CPDatePicker.
Definition at line 805 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Sets the font of the control.
aFont |
Extends class CPDatePicker.
Definition at line 837 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the timeInterval of the datePicker
aTimeInterval | the timeInterval of the datePicker |
Extends class CPDatePicker.
Definition at line 965 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Set the timeZone
aTimeZone |
Extends class CPDatePicker.
Definition at line 885 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Returns the font of the control.
Extends class CPDatePicker.
Definition at line 829 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 957 of file CPDatePicker.j.
|
implementation |
Synthesized accessor method.
Extends class CPDatePicker.
Definition at line 877 of file CPDatePicker.j.