NSStepperCell Bindings
Availability Bindings
editable
A multiple-value binding that determines if the NSStepperCell
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 NSStepperCell
are editable if a logical AND operation on all the editable
bindings results in a Boolean value of YES
.
enabled
A multiple-value binding that determines if the NSStepperCell
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 NSStepperCell
is enabled if a logical AND operation on all the enabled
bindings results in a Boolean value of YES
.
Value Bindings
maxValue
A double
value that specifies the maximum value allowed by the NSStepperCell
.
minValue
A double
value that specifies the minimum value allowed by the NSStepperCell
.
value
A double
value that specifies the current value of the NSStepperCell
.
Copyright © 2004, 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-07-15