CPObjectCPResponder
CPView
CPControl
CPTextField
CPSecureTextField
@implementation CPSecureTextField : CPTextField
Method Summary | |
---|---|
-(id) | initWithFrame:(CGRect)aFrame Initializes the receiver for usage with the specified bounding rectangle. |
-(void) | setFont:(CPFont)aFont Sets the receiver's font. |
-(void) | setStringValue:(CPString)aStringValue Sets the string the text field. |
-(CPString) | stringValue Returns the string the text field. |
Methods inherited from class CPControl |
---|
initWithFrame, action, alignment, backgroundColorForName, floatValue, font, isEnabled, mouseUp, sendAction, setAction, setAlignment, setBackgroundColor, setBackgroundColorWithName, setBackgroundColor, setEnabled, setFloatValue, setFont, setTarget, setTextColor, setTextShadow, target, textColor, textShadow |
Methods inherited from class CPTextField |
---|
initWithFrame, acceptsFirstResponder, becomeFirstResponder, bezelStyle, isBezeled, isBordered, isEditable, isSelectable, resignFirstResponder, setAlignment, setBezelStyle, setBezeled, setBordered, setEditable, setFrameSize, setLineBreakMode, setSelectable, setStringValue, sizeToFit, stringValue |
Method Detail |
---|
-(id)initWithFrame:(CGRect)aFrame
aFrame
-(void)setFont:(CPFont)aFont
aFont
- the font for the receiver-(void)setStringValue:(CPString)aStringValue
aStringValue
-(CPString)stringValue
Created on Sat Sep 13 14:15:43 PDT 2008