Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
<CPTokenFieldDelegate> Protocol Referenceabstract
+ Inheritance diagram for <CPTokenFieldDelegate>:

Instance Methods

(CPArray) - tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:
 
(CPString- tokenField:displayStringForRepresentedObject:
 
(BOOL) - tokenField:hasMenuForRepresentedObject:
 
(CPMenu- tokenField:menuForRepresentedObject:
 
(id) - tokenField:representedObjectForEditingString:
 
(CPArray) - tokenField:shouldAddObjects:atIndex:
 
- 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 32 of file CPTokenField.j.

Method Documentation

- (CPArray) tokenField: (CPTokenField tokenField
completionsForSubstring: (CPString substring
indexOfToken: (CPInteger)  tokenIndex
indexOfSelectedItem: (CPInteger)  selectedIndex 
optional
- (CPString) tokenField: (CPTokenField tokenField
displayStringForRepresentedObject: (id)  representedObject 
optional
- (BOOL) tokenField: (CPTokenField tokenField
hasMenuForRepresentedObject: (id)  representedObject 
optional
- (CPMenu) tokenField: (CPTokenField tokenField
menuForRepresentedObject: (id)  representedObject 
optional
- (id) tokenField: (CPTokenField tokenField
representedObjectForEditingString: (CPString editingString 
optional
- (CPArray) tokenField: (CPTokenField tokenField
shouldAddObjects: (CPArray)  tokens
atIndex: (CPUInteger)  index 
optional

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