API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPTokenField Class Reference

#import <CPTokenField.h>

+ Inheritance diagram for CPTokenField:

Instance Methods

(BOOL) - becomeFirstResponder
 
(int) - buttonType
 
(void) - cancelOperation:
 
(CPTimeInterval) - completionDelay
 
(void) - deleteBackward:
 
(void) - deleteForward:
 
(void) - encodeWithCoder:
 
(id) - initWithCoder:
 
(id) - initWithFrame:
 
(void) - insertNewline:
 
(void) - insertTab:
 
(void) - insertText:
 
(void) - keyDown:
 
(void) - keyUp:
 
(void) - layoutSubviews
 
(void) - mouseDown:
 
(void) - mouseUp:
 
(void) - moveDown:
 
(void) - moveLeft:
 
(void) - moveLeftAndModifySelection:
 
(void) - moveRight:
 
(void) - moveRightAndModifySelection:
 
(void) - moveUp:
 
(id) - objectValue
 
(BOOL) - resignFirstResponder
 
(BOOL) - sendAction:to:
 
(void) - setButtonType:
 
(void) - setCompletionDelay:
 
(void) - setEditable:
 
(void) - setEnabled:
 
(void) - setObjectValue:
 
(void) - setTokenizingCharacterSet:
 
(CPString- stringValue
 
(void) - textDidChange:
 
(CPCharacterSet- tokenizingCharacterSet
 

Class Methods

(CPTimeInterval) + defaultCompletionDelay
 
(CPString+ defaultThemeClass
 
(CPCharacterSet+ defaultTokenizingCharacterSet
 
(CPDictionary+ themeAttributes
 

Detailed Description

Definition at line 2 of file CPTokenField.h.

Method Documentation

- (BOOL) becomeFirstResponder
implementation

Definition at line 311 of file CPTokenField.j.

- (int) buttonType
implementation

Synthesized accessor method.

Provided by category CPTokenField(CPSynthesizedAccessors).

Definition at line 1668 of file CPTokenField.j.

- (void) cancelOperation: (id)  sender
implementation

Definition at line 775 of file CPTokenField.j.

- (CPTimeInterval) completionDelay
implementation

Definition at line 987 of file CPTokenField.j.

+ (CPTimeInterval) defaultCompletionDelay
implementation

Definition at line 80 of file CPTokenField.j.

+ (CPString) defaultThemeClass
implementation

Definition at line 85 of file CPTokenField.j.

+ (CPCharacterSet) defaultTokenizingCharacterSet
implementation

Definition at line 75 of file CPTokenField.j.

- (void) deleteBackward: (id)  sender
implementation

Definition at line 860 of file CPTokenField.j.

- (void) deleteForward: (id)  sender
implementation

Definition at line 886 of file CPTokenField.j.

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPControl.

Provided by category CPTokenField(CPCoding).

Definition at line 1636 of file CPTokenField.j.

- (id) initWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPControl.

Provided by category CPTokenField(CPCoding).

Definition at line 1617 of file CPTokenField.j.

- (id) initWithFrame: (CGRect)  frame
implementation

Reimplemented from CPControl.

Definition at line 95 of file CPTokenField.j.

- (void) insertNewline: (id)  sender
implementation

Definition at line 716 of file CPTokenField.j.

- (void) insertTab: (id)  sender
implementation

Definition at line 729 of file CPTokenField.j.

- (void) insertText: (CPString characters
implementation

Definition at line 746 of file CPTokenField.j.

- (void) keyDown: (CPEvent anEvent
implementation

Definition at line 931 of file CPTokenField.j.

- (void) keyUp: (CPEvent anEvent
implementation

Definition at line 947 of file CPTokenField.j.

- (void) layoutSubviews
implementation

Definition at line 995 of file CPTokenField.j.

- (void) mouseDown: (CPEvent anEvent
implementation

Reimplemented from CPControl.

Definition at line 468 of file CPTokenField.j.

- (void) mouseUp: (CPEvent anEvent
implementation

Definition at line 477 of file CPTokenField.j.

- (void) moveDown: (id)  sender
implementation

Definition at line 710 of file CPTokenField.j.

- (void) moveLeft: (id)  sender
implementation

Definition at line 780 of file CPTokenField.j.

- (void) moveLeftAndModifySelection: (id)  sender
implementation

Definition at line 800 of file CPTokenField.j.

- (void) moveRight: (id)  sender
implementation

Definition at line 817 of file CPTokenField.j.

- (void) moveRightAndModifySelection: (id)  sender
implementation

Definition at line 844 of file CPTokenField.j.

- (void) moveUp: (id)  sender
implementation

Definition at line 704 of file CPTokenField.j.

- (id) objectValue
implementation

Returns the receiver's object value.

Reimplemented from CPControl.

Definition at line 513 of file CPTokenField.j.

- (BOOL) resignFirstResponder
implementation

Definition at line 408 of file CPTokenField.j.

- (BOOL) sendAction: (SEL)  anAction
to: (id)  anObject 
implementation

Causes anAction to be sent to anObject.

Parameters
anActionthe action to send
anObjectthe object to which the action will be sent

Reimplemented from CPControl.

Definition at line 637 of file CPTokenField.j.

- (void) setButtonType: (int)  aValue
implementation

Synthesized accessor method.

Provided by category CPTokenField(CPTokenFieldDelegate).

Definition at line 1676 of file CPTokenField.j.

- (void) setCompletionDelay: (CPTimeInterval)  delay
implementation

Definition at line 982 of file CPTokenField.j.

- (void) setEditable: (BOOL)  shouldBeEditable
implementation

Definition at line 630 of file CPTokenField.j.

- (void) setEnabled: (BOOL)  isEnabled
implementation

Sets the enabled status of the control. Controls that are not enabled can not be used by the user and obtain the CPThemeStateDisabled theme state.

Parameters
BOOL- YES if the control should be enabled, otherwise NO.

Reimplemented from CPControl.

Definition at line 616 of file CPTokenField.j.

- (void) setObjectValue: (id)  anObject
implementation

Sets the receiver's object value.

Reimplemented from CPControl.

Definition at line 540 of file CPTokenField.j.

- (void) setTokenizingCharacterSet: (CPCharacterSet aValue
implementation

Synthesized accessor method.

Provided by category CPTokenField(CPSynthesizedAccessors).

Definition at line 1660 of file CPTokenField.j.

- (CPString) stringValue
implementation

Returns the receiver's string value.

Reimplemented from CPControl.

Definition at line 508 of file CPTokenField.j.

- (void) textDidChange: (CPNotification aNotification
implementation

Reimplemented from CPControl.

Definition at line 959 of file CPTokenField.j.

+ (CPDictionary) themeAttributes
implementation

Reimplemented from CPControl.

Definition at line 90 of file CPTokenField.j.

- (CPCharacterSet) tokenizingCharacterSet
implementation

Synthesized accessor method.

Provided by category CPTokenField(CPSynthesizedAccessors).

Definition at line 1652 of file CPTokenField.j.


The documentation for this class was generated from the following files: