Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
<CPComboBoxDataSource> Protocol Referenceabstract
+ 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

- (CPString) comboBox: (CPComboBox aComboBox
completedString: (CPString uncompletedString 
optional
- (int) comboBox: (CPComboBox aComboBox
indexOfItemWithStringValue: (CPString stringValue 
optional
- (id) comboBox: (CPComboBox aComboBox
objectValueForItemAtIndex: (int)  index 
optional
- (int) numberOfItemsInComboBox: (CPComboBox aComboBox
optional

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