Up

NSDatePickerCell

Authors

Nikolaus Schaller (hns@computer.org)
Fred Kiefer (fredkiefer@gmx.de)

Date: Generated at 2023-12-22 15:07:50 -0500

The date picker cell class

Copyright: (C) 2020 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSDatePickerCell class
  2. Software documentation for the NSObject(NSDataPickerCellDelegate) informal protocol

Software documentation for the NSDatePickerCell class

NSDatePickerCell : NSActionCell

Declared in:
AppKit/NSDatePickerCell.h
Availability: MacOS-X 10.4.0

Description forthcoming.

Instance Variables

Method summary

backgroundColor 

- (NSColor*) backgroundColor;
Availability: MacOS-X 10.4.0

Description forthcoming.

calendar 

- (NSCalendar*) calendar;
Availability: MacOS-X 10.4.0

Description forthcoming.

datePickerElements 

- (NSDatePickerElementFlags) datePickerElements;
Availability: MacOS-X 10.4.0

Description forthcoming.

datePickerMode 

- (NSDatePickerMode) datePickerMode;
Availability: MacOS-X 10.4.0

Description forthcoming.

datePickerStyle 

- (NSDatePickerStyle) datePickerStyle;
Availability: MacOS-X 10.4.0

Description forthcoming.

dateValue 

- (NSDate*) dateValue;
Availability: MacOS-X 10.4.0

Description forthcoming.

delegate 

- (id) delegate;
Availability: MacOS-X 10.4.0

Description forthcoming.

drawsBackground 

- (BOOL) drawsBackground;
Availability: MacOS-X 10.4.0

Description forthcoming.

locale 

- (NSLocale*) locale;
Availability: MacOS-X 10.4.0

Description forthcoming.

maxDate 

- (NSDate*) maxDate;
Availability: MacOS-X 10.4.0

Description forthcoming.

minDate 

- (NSDate*) minDate;
Availability: MacOS-X 10.4.0

Description forthcoming.

setBackgroundColor: 

- (void) setBackgroundColor: (NSColor*)color;
Availability: MacOS-X 10.4.0

Description forthcoming.

setCalendar: 

- (void) setCalendar: (NSCalendar*)calendar;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDatePickerElements: 

- (void) setDatePickerElements: (NSDatePickerElementFlags)flags;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDatePickerMode: 

- (void) setDatePickerMode: (NSDatePickerMode)mode;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDatePickerStyle: 

- (void) setDatePickerStyle: (NSDatePickerStyle)style;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDateValue: 

- (void) setDateValue: (NSDate*)date;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)obj;
Availability: MacOS-X 10.4.0

Description forthcoming.

setDrawsBackground: 

- (void) setDrawsBackground: (BOOL)flag;
Availability: MacOS-X 10.4.0

Description forthcoming.

setLocale: 

- (void) setLocale: (NSLocale*)locale;
Availability: MacOS-X 10.4.0

Description forthcoming.

setMaxDate: 

- (void) setMaxDate: (NSDate*)date;
Availability: MacOS-X 10.4.0

Description forthcoming.

setMinDate: 

- (void) setMinDate: (NSDate*)date;
Availability: MacOS-X 10.4.0

Description forthcoming.

setTextColor: 

- (void) setTextColor: (NSColor*)color;
Availability: MacOS-X 10.4.0

Description forthcoming.

setTimeInterval: 

- (void) setTimeInterval: (NSTimeInterval)interval;
Availability: MacOS-X 10.4.0

Description forthcoming.

setTimeZone: 

- (void) setTimeZone: (NSTimeZone*)zone;
Availability: MacOS-X 10.4.0

Description forthcoming.

textColor 

- (NSColor*) textColor;
Availability: MacOS-X 10.4.0

Description forthcoming.

timeInterval 

- (NSTimeInterval) timeInterval;
Availability: MacOS-X 10.4.0

Description forthcoming.

timeZone 

- (NSTimeZone*) timeZone;
Availability: MacOS-X 10.4.0

Description forthcoming.



Instance Variables for NSDatePickerCell Class

_backgroundColor

@protected NSColor* _backgroundColor;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_datePickerElements

@protected NSDatePickerElementFlags _datePickerElements;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_datePickerMode

@protected NSDatePickerMode _datePickerMode;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_datePickerStyle

@protected NSDatePickerStyle _datePickerStyle;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_delegate

@protected id _delegate;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_drawsBackground

@protected BOOL _drawsBackground;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_maxDate

@protected NSDate* _maxDate;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_minDate

@protected NSDate* _minDate;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_textColor

@protected NSColor* _textColor;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_timeInterval

@protected NSTimeInterval _timeInterval;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




Software documentation for the NSObject(NSDataPickerCellDelegate) informal protocol

NSObject(NSDataPickerCellDelegate)

Declared in:
AppKit/NSDatePickerCell.h
Availability: MacOS-X 10.4.0

Description forthcoming.
Method summary

datePickerCell: validateProposedDateValue: timeInterval: 

- (void) datePickerCell: (NSDatePickerCell*)aDatePickerCell validateProposedDateValue: (NSDate**)proposedDateValue timeInterval: (NSTimeInterval*)proposedTimeInterval;
Availability: MacOS-X 10.4.0

Description forthcoming.


Up