]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIPreferencesTableCell.h> | |
8 | ||
9 | #import "UITextFieldDelegate-Protocol.h" | |
10 | ||
11 | @class UILabel, UITextField; | |
12 | ||
13 | @interface UIPreferencesTextTableCell : UIPreferencesTableCell <UITextFieldDelegate> | |
14 | { | |
15 | UITextField *_textField; | |
16 | UILabel *_valueSuffixLabel; | |
17 | float _textFieldOffset; | |
18 | SEL _returnAction; | |
19 | } | |
20 | ||
21 | - (id)initWithFrame:(struct CGRect)fp8; | |
22 | - (id)keyboardInputOverlayContainer:(id)fp8; | |
23 | - (void)setTextFieldOffset:(float)fp8; | |
24 | - (float)textFieldOffset; | |
25 | - (void)setReturnAction:(SEL)fp8; | |
26 | - (void)dealloc; | |
27 | - (id)_disabledFontColor; | |
28 | - (BOOL)becomeFirstResponder; | |
29 | - (BOOL)canBecomeFirstResponder; | |
30 | - (BOOL)resignFirstResponder; | |
31 | - (void)setUserInteractionEnabled:(BOOL)fp8; | |
32 | - (void)setValueSuffix:(id)fp8; | |
33 | - (BOOL)hasValueSuffix; | |
34 | - (void)setValue:(id)fp8; | |
35 | - (void)textFieldDidBecomeFirstResponder:(id)fp8; | |
36 | - (id)value; | |
37 | - (id)valueTextLabel; | |
38 | - (void)_textFieldStartEditing:(id)fp8; | |
39 | - (void)_textFieldEndEditing:(id)fp8; | |
40 | - (void)_textFieldEndEditingOnReturn:(id)fp8; | |
41 | - (void)_textValueChanged:(id)fp8; | |
42 | - (void)textFieldClearButtonPressed:(id)fp8; | |
43 | - (id)textField; | |
44 | - (void)setPlaceHolderValue:(id)fp8; | |
45 | - (void)_updateSuffixFrame; | |
46 | - (void)layoutSubviews; | |
47 | ||
48 | @end | |
49 |