Packageru.kozlovskij.air.mobile.iOS.text.softKeyboard
Classpublic final class SoftKeyboardDetectorEvent
InheritanceSoftKeyboardDetectorEvent Inheritance flash.events.Event

See also

SoftKeyboardTypeDetector


Public Properties
 PropertyDefined By
  keyboardViewType : uint
[read-only]
SoftKeyboardDetectorEvent
  relatedObject : Object
[read-only]
SoftKeyboardDetectorEvent
Public Methods
 MethodDefined By
  
SoftKeyboardDetectorEvent(type:String, _relatedObject:Object, keyboardViewType:uint)
SoftKeyboardDetectorEvent
Public Constants
 ConstantDefined By
  ACTIVATE_FLAT : String = activateFlat
[static] Dispathing when SoftKeyboard activated as Flat view type.
SoftKeyboardDetectorEvent
  ACTIVATE_SPLIT : String = activateSplit
[static] Dispathing when SoftKeyboard activated as Split view type.
SoftKeyboardDetectorEvent
  CHANGE_FLAT_TO_SPLIT : String = changeFlatToSplit
[static] Dispathing when view type of SoftKeyboard changed.
SoftKeyboardDetectorEvent
  CHANGE_SPLIT_TO_FLAT : String = changeSplitToFlat
[static] Dispathing when view type of SoftKeyboard changed.
SoftKeyboardDetectorEvent
  DEACTIVATE_SOFTKEYBOARD : String = deactivateSoftKeyboard
[static] Dispathing when SoftKeyboard deactivated.
SoftKeyboardDetectorEvent
  RELATED_OBJECT_CHANGE : String = relatedObjectChange
[static] Only for editable instances of TextField or StageText classes.
SoftKeyboardDetectorEvent
Property Detail
keyboardViewTypeproperty
keyboardViewType:uint  [read-only]


Implementation
    public function get keyboardViewType():uint

See also

SoftKeyboardTypeDetector.viewType
relatedObjectproperty 
relatedObject:Object  [read-only]


Implementation
    public function get relatedObject():Object
Constructor Detail
SoftKeyboardDetectorEvent()Constructor
public function SoftKeyboardDetectorEvent(type:String, _relatedObject:Object, keyboardViewType:uint)



Parameters
type:String
 
_relatedObject:Object
 
keyboardViewType:uint
Constant Detail
ACTIVATE_FLATConstant
public static const ACTIVATE_FLAT:String = activateFlat

Dispathing when SoftKeyboard activated as Flat view type.

ACTIVATE_SPLITConstant 
public static const ACTIVATE_SPLIT:String = activateSplit

Dispathing when SoftKeyboard activated as Split view type.

CHANGE_FLAT_TO_SPLITConstant 
public static const CHANGE_FLAT_TO_SPLIT:String = changeFlatToSplit

Dispathing when view type of SoftKeyboard changed.

CHANGE_SPLIT_TO_FLATConstant 
public static const CHANGE_SPLIT_TO_FLAT:String = changeSplitToFlat

Dispathing when view type of SoftKeyboard changed.

DEACTIVATE_SOFTKEYBOARDConstant 
public static const DEACTIVATE_SOFTKEYBOARD:String = deactivateSoftKeyboard

Dispathing when SoftKeyboard deactivated.

RELATED_OBJECT_CHANGEConstant 
public static const RELATED_OBJECT_CHANGE:String = relatedObjectChange

Only for editable instances of TextField or StageText classes.