Up
Authors
- Nikolaus Schaller (
hns@computer.org
)
-
- Fred Kiefer (
fredkiefer@gmx.de
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
The date picker cell class
Copyright: (C) 2020 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSDatePickerCell.h
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables
- (
NSColor*)
backgroundColor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSCalendar*)
calendar;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDatePickerElementFlags)
datePickerElements;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDatePickerMode)
datePickerMode;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDatePickerStyle)
datePickerStyle;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDate*)
dateValue;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
delegate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (BOOL)
drawsBackground;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSLocale*)
locale;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDate*)
maxDate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSDate*)
minDate;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)color;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setCalendar: (NSCalendar*)calendar;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDatePickerElements: (NSDatePickerElementFlags)flags;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDatePickerMode: (NSDatePickerMode)mode;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDatePickerStyle: (NSDatePickerStyle)style;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDateValue: (NSDate*)date;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDelegate: (id)obj;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDrawsBackground: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setLocale: (NSLocale*)locale;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setMaxDate: (NSDate*)date;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setMinDate: (NSDate*)date;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setTextColor: (
NSColor*)color;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setTimeInterval: (NSTimeInterval)interval;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setTimeZone: (NSTimeZone*)zone;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSColor*)
textColor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSTimeInterval)
timeInterval;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSTimeZone*)
timeZone;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSDatePickerCell Class
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
- Declared in:
- AppKit/NSDatePickerCell.h
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
datePickerCell: (
NSDatePickerCell*)aDatePickerCell
validateProposedDateValue: (NSDate**)proposedDateValue
timeInterval: (NSTimeInterval*)proposedTimeInterval;
Availability: MacOS-X 10.4.0
Description forthcoming.
Up