#import <CPTokenField.h>
Class Methods | |
(CPTimeInterval) | + defaultCompletionDelay |
(CPString) | + defaultThemeClass |
(CPCharacterSet) | + defaultTokenizingCharacterSet |
(CPDictionary) | + themeAttributes |
![]() | |
(CPTextField) | + labelWithTitle: |
(CPTextField) | + labelWithTitle:theme: |
(CPTextField) | + roundedTextFieldWithStringValue:placeholder:width: |
(CPTextField) | + roundedTextFieldWithStringValue:placeholder:width:theme: |
(CPTextField) | + textFieldWithStringValue:placeholder:width: |
(CPTextField) | + textFieldWithStringValue:placeholder:width:theme: |
![]() | |
(void) | + initialize |
![]() | |
(Class) | + animatorClass |
(CAAnimation) | + defaultAnimationForKey: |
(CPMenu) | + defaultMenu |
(BOOL) | + isHighDPIDrawingEnabled |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(void) | + setHighDPIDrawingEnabled: |
Definition at line 2 of file CPTokenField.h.
|
implementation |
Reimplemented from CPTextField.
Definition at line 372 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPSynthesizedAccessors).
Definition at line 1750 of file CPTokenField.j.
|
implementation |
Definition at line 845 of file CPTokenField.j.
|
implementation |
Definition at line 1072 of file CPTokenField.j.
|
implementation |
Definition at line 106 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 111 of file CPTokenField.j.
|
implementation |
Definition at line 101 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 930 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 956 of file CPTokenField.j.
|
implementation |
Encodes the data of this textfield into the provided coder.
aCoder | the coder into which the data will be written |
Reimplemented from CPTextField.
Provided by category CPTokenField(CPCoding).
Definition at line 1718 of file CPTokenField.j.
|
implementation |
Initializes the textfield with data from a coder.
aCoder | the coder from which to read the textfield data |
Reimplemented from CPTextField.
Provided by category CPTokenField(CPCoding).
Definition at line 1699 of file CPTokenField.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPTextField.
Definition at line 121 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 786 of file CPTokenField.j.
|
implementation |
Definition at line 799 of file CPTokenField.j.
|
implementation |
Definition at line 816 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1001 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1017 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1080 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 538 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 547 of file CPTokenField.j.
|
implementation |
Definition at line 780 of file CPTokenField.j.
|
implementation |
Definition at line 850 of file CPTokenField.j.
|
implementation |
Definition at line 870 of file CPTokenField.j.
|
implementation |
Definition at line 887 of file CPTokenField.j.
|
implementation |
Definition at line 914 of file CPTokenField.j.
|
implementation |
Definition at line 774 of file CPTokenField.j.
|
implementation |
Returns the string in the text field.
Reimplemented from CPTextField.
Definition at line 583 of file CPTokenField.j.
|
implementation |
Overridden by subclasses to handle a key equivalent.
If the receiver’s key equivalent is the same as the characters of the key-down event theEvent, as returned by [anEvent charactersIgnoringModifiers], the receiver should take the appropriate action and return YES
. Otherwise, it should return the result of invoking super’s implementation. The default implementation of this method simply passes the message down the view hierarchy (from superviews to subviews) and returns NO
if none of the receiver’s subviews responds YES
.
anEvent | An event object that represents the key equivalent pressed |
YES
if theEvent is a key equivalent that the receiver handled, NO
if it is not a key equivalent that it should handle. Reimplemented from CPView.
Definition at line 1029 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 478 of file CPTokenField.j.
|
implementation |
Causes anAction
to be sent to anObject
.
anAction | the action to send |
anObject | the object to which the action will be sent |
Reimplemented from CPControl.
Definition at line 707 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPTokenFieldDelegate).
Definition at line 1758 of file CPTokenField.j.
|
implementation |
Definition at line 1067 of file CPTokenField.j.
|
implementation |
Set the delegate of the receiver
Definition at line 164 of file CPTokenField.j.
|
implementation |
Sets whether or not the receiver text field can be edited. If NO, any ongoing edit is ended.
Reimplemented from CPTextField.
Definition at line 700 of file CPTokenField.j.
|
implementation |
Sets whether the field reacts to events. If NO, any ongoing edit is ended.
Reimplemented from CPTextField.
Definition at line 686 of file CPTokenField.j.
|
implementation |
Sets the receiver's object value.
Reimplemented from CPTextField.
Definition at line 610 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPSynthesizedAccessors).
Definition at line 1742 of file CPTokenField.j.
|
implementation |
Returns the receiver's string value.
Reimplemented from CPControl.
Definition at line 578 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1044 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 116 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPSynthesizedAccessors).
Definition at line 1734 of file CPTokenField.j.