#import <CPTokenField.h>
Class Methods | |
(CPTimeInterval) | + defaultCompletionDelay |
(CPString) | + defaultThemeClass |
(CPCharacterSet) | + defaultTokenizingCharacterSet |
(CPDictionary) | + themeAttributes |
Class Methods inherited from CPTextField | |
(CPTextField) | + labelWithTitle: |
(CPTextField) | + labelWithTitle:theme: |
(CPTextField) | + roundedTextFieldWithStringValue:placeholder:width: |
(CPTextField) | + roundedTextFieldWithStringValue:placeholder:width:theme: |
(CPTextField) | + textFieldWithStringValue:placeholder:width: |
(CPTextField) | + textFieldWithStringValue:placeholder:width:theme: |
Class Methods inherited from CPControl | |
(void) | + initialize |
Class Methods inherited from CPView | |
(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 1758 of file CPTokenField.j.
|
implementation |
Definition at line 853 of file CPTokenField.j.
|
implementation |
Definition at line 1080 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 938 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 964 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 1726 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 1707 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 794 of file CPTokenField.j.
|
implementation |
Definition at line 807 of file CPTokenField.j.
|
implementation |
Definition at line 824 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1009 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1025 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1088 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 546 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 555 of file CPTokenField.j.
|
implementation |
Definition at line 788 of file CPTokenField.j.
|
implementation |
Definition at line 858 of file CPTokenField.j.
|
implementation |
Definition at line 878 of file CPTokenField.j.
|
implementation |
Definition at line 895 of file CPTokenField.j.
|
implementation |
Definition at line 922 of file CPTokenField.j.
|
implementation |
Definition at line 782 of file CPTokenField.j.
|
implementation |
Returns the string in the text field.
Reimplemented from CPTextField.
Definition at line 591 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 1037 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 715 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPTokenFieldDelegate).
Definition at line 1766 of file CPTokenField.j.
|
implementation |
Definition at line 1075 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 708 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 694 of file CPTokenField.j.
|
implementation |
Sets the receiver's object value.
Reimplemented from CPTextField.
Definition at line 618 of file CPTokenField.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTokenField(CPSynthesizedAccessors).
Definition at line 1750 of file CPTokenField.j.
|
implementation |
Returns the receiver's string value.
Reimplemented from CPControl.
Definition at line 586 of file CPTokenField.j.
|
implementation |
Reimplemented from CPTextField.
Definition at line 1052 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 1742 of file CPTokenField.j.