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

Instance Methods

(void) - textDidBeginEditing:
 
(void) - textDidChange:
 
(void) - textDidEndEditing:
 
(BOOL) - textShouldBeginEditing:
 
(BOOL) - textShouldEndEditing:
 
- 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 CPText.j.

Method Documentation

◆ textDidBeginEditing:()

- (void CPTextDelegate) textDidBeginEditing: (CPNotification aNotification
optional

◆ textDidChange:()

- (void CPTextDelegate) textDidChange: (CPNotification aNotification
optional

◆ textDidEndEditing:()

- (void CPTextDelegate) textDidEndEditing: (CPNotification aNotification
optional

◆ textShouldBeginEditing:()

- (BOOL CPTextDelegate) textShouldBeginEditing: (CPText aTextObject
optional

◆ textShouldEndEditing:()

- (BOOL CPTextDelegate) textShouldEndEditing: (CPText aTextObject
optional

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