Related class | |
Availability | Available in Mac OS X v10.4 and later.
|
Availability Bindings
Parameters Bindings
Value Bindings
A multiple-value binding that determines if the NSLevelIndicatorCell is editable in the user interface.
When editable
is bound, a new binding, editable2
, is exposed and can be bound. Binding to editable2
causes editable3
to be exposed, and so on.
The contents of the NSLevelIndicatorCell are editable if a logical AND operation on all the editable
bindings results in a Boolean value of YES
.
A multiple-value binding that determines if the NSLevelIndicatorCell is enabled in the user interface.
When enabled
is bound, a new binding, enabled2
, is exposed and can be bound. Binding to enabled2
causes enabled3
to be exposed, and so on.
The NSLevelIndicatorCell is enabled if a logical AND operation on all the enabled
bindings results in a Boolean value of YES
.
A float
value that indicates the critical value of the NSLevelIndicatorCell.
A float
value that indicates the warning value of the NSLevelIndicatorCell.
A double
value that specifies the maximum value allowed by the NSLevelIndicatorCell.
A double
value that specifies the minimum value allowed by the NSLevelIndicatorCell.
A float
value that specifies the current value of the NSLevelIndicatorCell.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)