Package | ru.kozlovskij.air.mobile.iOS.text.softKeyboard |
Class | public final class SoftKeyboardDetectorEvent |
Inheritance | SoftKeyboardDetectorEvent ![]() |
See also
Property | Defined By | ||
---|---|---|---|
keyboardViewType : uint [read-only] | SoftKeyboardDetectorEvent | ||
relatedObject : Object [read-only] | SoftKeyboardDetectorEvent |
Method | Defined By | ||
---|---|---|---|
SoftKeyboardDetectorEvent(type:String, _relatedObject:Object, keyboardViewType:uint) | SoftKeyboardDetectorEvent |
Constant | Defined 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 |
keyboardViewType | property |
keyboardViewType:uint
[read-only] public function get keyboardViewType():uint
See also
relatedObject | property |
relatedObject:Object
[read-only] public function get relatedObject():Object
SoftKeyboardDetectorEvent | () | Constructor |
public function SoftKeyboardDetectorEvent(type:String, _relatedObject:Object, keyboardViewType:uint)
type:String | |
_relatedObject:Object | |
keyboardViewType:uint |
ACTIVATE_FLAT | Constant |
public static const ACTIVATE_FLAT:String = activateFlat
Dispathing when SoftKeyboard activated as Flat view type.
ACTIVATE_SPLIT | Constant |
public static const ACTIVATE_SPLIT:String = activateSplit
Dispathing when SoftKeyboard activated as Split view type.
CHANGE_FLAT_TO_SPLIT | Constant |
public static const CHANGE_FLAT_TO_SPLIT:String = changeFlatToSplit
Dispathing when view type of SoftKeyboard changed.
CHANGE_SPLIT_TO_FLAT | Constant |
public static const CHANGE_SPLIT_TO_FLAT:String = changeSplitToFlat
Dispathing when view type of SoftKeyboard changed.
DEACTIVATE_SOFTKEYBOARD | Constant |
public static const DEACTIVATE_SOFTKEYBOARD:String = deactivateSoftKeyboard
Dispathing when SoftKeyboard deactivated.
RELATED_OBJECT_CHANGE | Constant |
public static const RELATED_OBJECT_CHANGE:String = relatedObjectChange
Only for editable instances of TextField or StageText classes.