SLTextView Class Reference
| Inherits from | SLElement : SLUIAElement : NSObject |
| Declared in | SLTextView.h |
Tasks
-
textThe text displayed by the text view.
property -
– setText:withKeyboard: -
defaultKeyboardThe default keyboard to be used by
propertysetText:andsetText:withKeyboard:.
Properties
defaultKeyboard
The default keyboard to be used by setText: and setText:withKeyboard:.
@property (nonatomic) id<SLKeyboard> defaultKeyboardDiscussion
Defaults to SLKeyboard.
Declared In
SLTextView.htext
The text displayed by the text view.
@property (nonatomic, copy) NSString *textExceptions
- SLUIAElementInvalidException
Raised by both
-textandsetText:if the element is not valid by the end of the default timeout.
- SLUIAElementNotTappableException
Raised, only by
setText:, if the element is not tappable when whatever amount of time remains of the default timeout after the element becomes valid elapses.
Declared In
SLTextView.hInstance Methods
setText:withKeyboard:
- (void)setText:(NSString *)text withKeyboard:(id<SLKeyboard>)keyboardParameters
- text
A string to type into the text view.
- keyboard
An
SLElementthat implements theSLKeyboardprotocol, to be used to type the given string.
Exceptions
- SLUIAElementInvalidException
Raised if the element is not valid by the end of the default timeout.
- SLUIAElementNotTappableException
Raised if the element is not tappable when whatever amount of time remains of the default timeout after the element becomes valid elapses.
Declared In
SLTextView.h