| Property | Defined By | ||
|---|---|---|---|
| Contents : String [read-only] | KCTextInputSavedState | ||
| SelectionBeginIndex : int [read-only] | KCTextInputSavedState | ||
| SelectionEndIndex : int [read-only] | KCTextInputSavedState | ||
| Method | Defined By | ||
|---|---|---|---|
KCTextInputSavedState(aTextInput:KCTextInput, textField:IUITextField, IsHTML:Boolean) | KCTextInputSavedState | ||
Equals(aKCTextInputSavedState:KCTextInputSavedState):Boolean | KCTextInputSavedState | ||
RestoreSavedState(aTextInput:KCTextInput):void | KCTextInputSavedState | ||
UpdateSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):void | KCTextInputSavedState | ||
| Contents | property |
Contents:String [read-only] public function get Contents():String| SelectionBeginIndex | property |
SelectionBeginIndex:int [read-only] public function get SelectionBeginIndex():int| SelectionEndIndex | property |
SelectionEndIndex:int [read-only] public function get SelectionEndIndex():int| KCTextInputSavedState | () | Constructor |
public function KCTextInputSavedState(aTextInput:KCTextInput, textField:IUITextField, IsHTML:Boolean)aTextInput:KCTextInput | |
textField:IUITextField | |
IsHTML:Boolean |
| Equals | () | method |
public function Equals(aKCTextInputSavedState:KCTextInputSavedState):BooleanParameters
aKCTextInputSavedState:KCTextInputSavedState |
Boolean |
| RestoreSavedState | () | method |
| UpdateSelection | () | method |
public function UpdateSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):voidParameters
aSelectionBeginIndex:int | |
aSelectionEndIndex:int |