API  1.0.0
CPDatePicker(CPSynthesizedAccessors) Category Reference

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
 

Detailed Description

Definition at line 728 of file CPDatePicker.j.

Method Documentation

◆ calendar()

- (CPCalendar) calendar
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 861 of file CPDatePicker.j.

◆ datePickerElements()

- (CPInteger) datePickerElements
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 909 of file CPDatePicker.j.

◆ datePickerMode()

- (CPInteger) datePickerMode
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 925 of file CPDatePicker.j.

◆ datePickerStyle()

- (CPInteger) datePickerStyle
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 941 of file CPDatePicker.j.

◆ dateValue()

- (CPDate) dateValue
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 781 of file CPDatePicker.j.

◆ delegate()

- (id) delegate
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 893 of file CPDatePicker.j.

◆ drawsBackground()

- (BOOL) drawsBackground
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 765 of file CPDatePicker.j.

◆ isBezeled()

- (BOOL) isBezeled
implementation

Synthesized accessor method.

Returns YES if the textfield is bezeled.

Extends class CPDatePicker.

Definition at line 749 of file CPDatePicker.j.

◆ isBordered()

- (BOOL) isBordered
implementation

Synthesized accessor method.

Returns YES if the textfield has a border.

Extends class CPDatePicker.

Definition at line 733 of file CPDatePicker.j.

◆ locale()

- (CPLocale) locale
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 845 of file CPDatePicker.j.

◆ maxDate()

- (CPDate) maxDate
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 813 of file CPDatePicker.j.

◆ minDate()

- (CPDate) minDate
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 797 of file CPDatePicker.j.

◆ setBezeled:()

- (void) setBezeled: (BOOL)  shouldBeBezeled
implementation

Synthesized accessor method.

Sets whether the datepicker will have a bezeled border.

Parameters
shouldBeBezeledYES means the datepicker will draw a bezeled border

Extends class CPDatePicker.

Definition at line 757 of file CPDatePicker.j.

◆ setBordered:()

- (void) setBordered: (BOOL)  shouldBeBordered
implementation

Synthesized accessor method.

Sets whether the datepicker will have a border drawn. (actually it does nothing)

Parameters
shouldBeBorderedYES makes the datepicker draw a border

Extends class CPDatePicker.

Definition at line 741 of file CPDatePicker.j.

◆ setCalendar:()

- (void) setCalendar: (CPCalendar)  aValue
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 869 of file CPDatePicker.j.

◆ setDatePickerElements:()

- (void) setDatePickerElements: (CPInteger)  aDatePickerElements
implementation

Synthesized accessor method.

Set the elements of the datePicker

Parameters
aDatePickerElementsthe datePicker elements

Extends class CPDatePicker.

Definition at line 917 of file CPDatePicker.j.

◆ setDatePickerMode:()

- (void) setDatePickerMode: (CPInteger)  aDatePickerMode
implementation

Synthesized accessor method.

Set the mode of the datePicker

Parameters
aDatePickerModethe datePicker mode

Extends class CPDatePicker.

Definition at line 933 of file CPDatePicker.j.

◆ setDatePickerStyle:()

- (void) setDatePickerStyle: (CPInteger)  aDatePickerStyle
implementation

Synthesized accessor method.

Set the syle of the datePicker

Parameters
aDatePickerStylethe datePicker style

Extends class CPDatePicker.

Definition at line 949 of file CPDatePicker.j.

◆ setDateValue:()

- (void) setDateValue: (CPDate aValue
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 789 of file CPDatePicker.j.

◆ setDelegate:()

- (void) setDelegate: (id)  aDelegate
implementation

Synthesized accessor method.

Set the delegate of the datePicker

Parameters
aDelegatedelegate of the datePicker

Extends class CPDatePicker.

Definition at line 901 of file CPDatePicker.j.

◆ setDrawsBackground:()

- (void) setDrawsBackground: (BOOL)  aBoolean
implementation

Synthesized accessor method.

Set the boolean drawsBackgroundColor

Parameters
aBoolean

Extends class CPDatePicker.

Definition at line 773 of file CPDatePicker.j.

◆ setLocale:()

- (void) setLocale: (CPLocale aLocale
implementation

Synthesized accessor method.

Set the locale of the datePicker. This update laso the locale of the formatter.

Parameters
aLocalethe locale

Extends class CPDatePicker.

Definition at line 853 of file CPDatePicker.j.

◆ setMaxDate:()

- (void) setMaxDate: (CPDate aMaxDate
implementation

Synthesized accessor method.

Set the maxDate of the datePicker

Parameters
aMaxDatethe maxDate

Extends class CPDatePicker.

Definition at line 821 of file CPDatePicker.j.

◆ setMinDate:()

- (void) setMinDate: (CPDate aMinDate
implementation

Synthesized accessor method.

Set the minDate of the datePicker

Parameters
aMinDatethe minDate

Extends class CPDatePicker.

Definition at line 805 of file CPDatePicker.j.

◆ setTextFont:()

- (void) setTextFont: (CPFont aFont
implementation

Synthesized accessor method.

Sets the font of the control.

Parameters
aFont

Extends class CPDatePicker.

Definition at line 837 of file CPDatePicker.j.

◆ setTimeInterval:()

- (void) setTimeInterval: (CPInteger)  aTimeInterval
implementation

Synthesized accessor method.

Set the timeInterval of the datePicker

Parameters
aTimeIntervalthe timeInterval of the datePicker

Extends class CPDatePicker.

Definition at line 965 of file CPDatePicker.j.

◆ setTimeZone:()

- (void) setTimeZone: (CPTimeZone aTimeZone
implementation

Synthesized accessor method.

Set the timeZone

Parameters
aTimeZone

Extends class CPDatePicker.

Definition at line 885 of file CPDatePicker.j.

◆ textFont()

- (CPFont) textFont
implementation

Synthesized accessor method.

Returns the font of the control.

Extends class CPDatePicker.

Definition at line 829 of file CPDatePicker.j.

◆ timeInterval()

- (CPInteger) timeInterval
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 957 of file CPDatePicker.j.

◆ timeZone()

- (CPTimeZone) timeZone
implementation

Synthesized accessor method.

Extends class CPDatePicker.

Definition at line 877 of file CPDatePicker.j.


The documentation for this category was generated from the following file: