![]() |
API
0.9.6
|
#import <CPComboBox.h>
Additional Inherited Members | |
![]() | |
Class | isa |
Definition at line 2 of file CPComboBox.h.
|
implementation |
Definition at line 275 of file CPComboBox.j.
|
implementation |
Definition at line 282 of file CPComboBox.j.
Provided by category CPComboBox(CPComboBoxDataSource).
Definition at line 976 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(CPComboBoxDelegate).
Definition at line 954 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(CPComboBoxDelegate).
Definition at line 948 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(CPComboBoxDelegate).
Definition at line 966 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(CPComboBoxDelegate).
Definition at line 960 of file CPComboBox.j.
Definition at line 602 of file CPComboBox.j.
|
implementation |
Definition at line 592 of file CPComboBox.j.
Reimplemented from CPTextField.
Definition at line 847 of file CPComboBox.j.
|
implementation |
Definition at line 228 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 53 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 168 of file CPComboBox.j.
|
implementation |
Definition at line 540 of file CPComboBox.j.
|
implementation |
Encodes the data of this textfield into the provided coder.
aCoder | the coder into which the data will be written |
Reimplemented from CPTextField.
Provided by category CPComboBox(CPCoding).
Definition at line 1082 of file CPComboBox.j.
|
implementation |
Returns whether the combo box forces the user to enter or select an item that is in the item list.
Definition at line 618 of file CPComboBox.j.
|
implementation |
Definition at line 103 of file CPComboBox.j.
|
implementation |
Definition at line 425 of file CPComboBox.j.
|
implementation |
Definition at line 551 of file CPComboBox.j.
|
implementation |
Initializes the textfield with data from a coder.
aCoder | the coder from which to read the textfield data |
Reimplemented from CPTextField.
Provided by category CPComboBox(CPCoding).
Definition at line 1060 of file CPComboBox.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPTextField.
Definition at line 71 of file CPComboBox.j.
|
implementation |
Definition at line 289 of file CPComboBox.j.
|
implementation |
Definition at line 119 of file CPComboBox.j.
|
implementation |
Reimplemented from CPResponder.
Definition at line 664 of file CPComboBox.j.
|
implementation |
Definition at line 129 of file CPComboBox.j.
|
implementation |
Definition at line 142 of file CPComboBox.j.
|
implementation |
Definition at line 433 of file CPComboBox.j.
|
implementation |
The receiver receives this notification when an item in the list is clicked.
Definition at line 532 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 859 of file CPComboBox.j.
|
implementation |
Returns the delegate to be used when creating the pop up list.
Definition at line 351 of file CPComboBox.j.
|
implementation |
The receiver receives this notification when the list is closed.
Definition at line 523 of file CPComboBox.j.
|
implementation |
Definition at line 482 of file CPComboBox.j.
|
implementation |
Definition at line 441 of file CPComboBox.j.
|
implementation |
Definition at line 338 of file CPComboBox.j.
|
implementation |
Definition at line 155 of file CPComboBox.j.
|
implementation |
Definition at line 556 of file CPComboBox.j.
|
implementation |
Returns the internal array of items. NOTE: Unlike Cocoa the array is mutable, since all arrays in Objective-J are mutable. But you should treat it as an immutable array. Do NOT attempt to change the returned array in any way.
If usesDataSource is YES, a warning is logged and an empty array is returned.
Definition at line 306 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 686 of file CPComboBox.j.
|
implementation |
Override of CPView -performKeyEquivalent
Reimplemented from CPView.
Definition at line 734 of file CPComboBox.j.
|
implementation |
Definition at line 825 of file CPComboBox.j.
|
implementation |
Definition at line 462 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 839 of file CPComboBox.j.
|
implementation |
Definition at line 456 of file CPComboBox.j.
|
implementation |
Definition at line 488 of file CPComboBox.j.
|
implementation |
Definition at line 314 of file CPComboBox.j.
|
implementation |
Definition at line 321 of file CPComboBox.j.
|
implementation |
Definition at line 331 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 769 of file CPComboBox.j.
|
implementation |
Definition at line 446 of file CPComboBox.j.
|
implementation |
Definition at line 451 of file CPComboBox.j.
|
implementation |
Definition at line 571 of file CPComboBox.j.
|
implementation |
Definition at line 582 of file CPComboBox.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 640 of file CPComboBox.j.
|
implementation |
Sets the text alignment of the control.
CPLeftTextAlignment CPCenterTextAlignment CPRightTextAlignment CPJustifiedTextAlignment CPNaturalTextAlignment
Reimplemented from CPControl.
Definition at line 817 of file CPComboBox.j.
|
implementation |
Definition at line 134 of file CPComboBox.j.
|
implementation |
Definition at line 597 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(Bindings).
Definition at line 1029 of file CPComboBox.j.
|
implementation |
Provided by category CPComboBox(Bindings).
Definition at line 1021 of file CPComboBox.j.
|
implementation |
Definition at line 236 of file CPComboBox.j.
|
implementation |
Sets the CPComboBox delegate. Note that although the Cocoa docs say that the delegate must conform to the NSComboBoxDelegate protocol, in actual fact it doesn't. Also note that the same delegate may conform to the NSTextFieldDelegate protocol.
Definition at line 179 of file CPComboBox.j.
|
implementation |
Sets the font of the control.
Reimplemented from CPControl.
Definition at line 811 of file CPComboBox.j.
|
implementation |
Sets whether the combo box forces the user to enter or select an item that is in the item list. If flag
is YES
and the user enters a value that is not in the list, when the field loses focus it will revert to the previous value. If flag
is NO
, the user can enter any value they wish.
Note that this flag is ignored if setStringValue or setObjectValue are called directly.
Definition at line 632 of file CPComboBox.j.
|
implementation |
Definition at line 108 of file CPComboBox.j.
|
implementation |
Definition at line 124 of file CPComboBox.j.
|
implementation |
Definition at line 147 of file CPComboBox.j.
|
implementation |
Sets the delegate to be used when creating the pop up list. By default this is _CPPopUpList. If you are using a subclass of _CPPopUpList, call this method with your subclass.
Definition at line 361 of file CPComboBox.j.
|
implementation |
Definition at line 160 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 656 of file CPComboBox.j.
|
implementation |
Definition at line 257 of file CPComboBox.j.
|
implementation |
If the list is non-empty, sets the value of the field from the currently selected value of the list and returns YES. If the list is empty or the list has no selected item, returns NO.
Definition at line 501 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 703 of file CPComboBox.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 58 of file CPComboBox.j.
|
implementation |
Definition at line 252 of file CPComboBox.j.