Packagecom.keepcore
Classpublic class KCTextInputSavedState
InheritanceKCTextInputSavedState Inheritance Object



Public Properties
 PropertyDefined By
  Contents : String
[read-only]
KCTextInputSavedState
  SelectionBeginIndex : int
[read-only]
KCTextInputSavedState
  SelectionEndIndex : int
[read-only]
KCTextInputSavedState
Public Methods
 MethodDefined By
  
KCTextInputSavedState(aTextInput:KCTextInput, textField:IUITextField, IsHTML:Boolean)
KCTextInputSavedState
  
Equals(aKCTextInputSavedState:KCTextInputSavedState):Boolean
KCTextInputSavedState
  
KCTextInputSavedState
  
UpdateSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):void
KCTextInputSavedState
Property Detail
Contentsproperty
Contents:String  [read-only]


Implementation
    public function get Contents():String
SelectionBeginIndexproperty 
SelectionBeginIndex:int  [read-only]


Implementation
    public function get SelectionBeginIndex():int
SelectionEndIndexproperty 
SelectionEndIndex:int  [read-only]


Implementation
    public function get SelectionEndIndex():int
Constructor Detail
KCTextInputSavedState()Constructor
public function KCTextInputSavedState(aTextInput:KCTextInput, textField:IUITextField, IsHTML:Boolean)



Parameters
aTextInput:KCTextInput
 
textField:IUITextField
 
IsHTML:Boolean
Method Detail
Equals()method
public function Equals(aKCTextInputSavedState:KCTextInputSavedState):Boolean

Parameters

aKCTextInputSavedState:KCTextInputSavedState

Returns
Boolean
RestoreSavedState()method 
public function RestoreSavedState(aTextInput:KCTextInput):void

Parameters

aTextInput:KCTextInput

UpdateSelection()method 
public function UpdateSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):void

Parameters

aSelectionBeginIndex:int
 
aSelectionEndIndex:int