API  1.0.0
<CPTokenFieldDelegate > Protocol Reference
+ 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

◆ tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:()

- (CPArray CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
completionsForSubstring: (CPString substring
indexOfToken: (CPInteger)  tokenIndex
indexOfSelectedItem: (CPInteger)  selectedIndex 
optional

◆ tokenField:displayStringForRepresentedObject:()

- (CPString CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
displayStringForRepresentedObject: (id)  representedObject 
optional

◆ tokenField:hasMenuForRepresentedObject:()

- (BOOL CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
hasMenuForRepresentedObject: (id)  representedObject 
optional

◆ tokenField:menuForRepresentedObject:()

- (CPMenu CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
menuForRepresentedObject: (id)  representedObject 
optional

◆ tokenField:representedObjectForEditingString:()

- (id CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
representedObjectForEditingString: (CPString editingString 
optional

◆ tokenField:shouldAddObjects:atIndex:()

- (CPArray CPTokenFieldDelegate) tokenField: (CPTokenField tokenField
shouldAddObjects: (CPArray)  tokens
atIndex: (CPUInteger)  index 
optional

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