API  1.0.0
<CPComboBoxDataSource > Protocol Reference
+ Inheritance diagram for <CPComboBoxDataSource >:

Instance Methods

(CPString- comboBox:completedString:
 
(int) - comboBox:indexOfItemWithStringValue:
 
(id) - comboBox:objectValueForItemAtIndex:
 
(int) - numberOfItemsInComboBox:
 
- Instance Methods inherited from <CPObject>
(Class) - class
 
(BOOL) - conformsToProtocol:
 
(CPString- debugDescription
 
(CPString- description
 
(CPUInteger) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(BOOL) - respondsToSelector:
 
(id) - self
 
(Class) - superclass
 

Detailed Description

Definition at line 36 of file CPComboBox.j.

Method Documentation

◆ comboBox:completedString:()

- (CPString CPComboBoxDataSource) comboBox: (CPComboBox aComboBox
completedString: (CPString uncompletedString 
optional

◆ comboBox:indexOfItemWithStringValue:()

- (int CPComboBoxDataSource) comboBox: (CPComboBox aComboBox
indexOfItemWithStringValue: (CPString stringValue 
optional

◆ comboBox:objectValueForItemAtIndex:()

- (id CPComboBoxDataSource) comboBox: (CPComboBox aComboBox
objectValueForItemAtIndex: (int)  index 
optional

◆ numberOfItemsInComboBox:()

- (int CPComboBoxDataSource) numberOfItemsInComboBox: (CPComboBox aComboBox
optional

The documentation for this protocol was generated from the following file: