| Package | ru.kozlovskij.air.mobile.iOS.text.softKeyboard |
| Class | public final class SoftKeyboardDetectorEvent |
| Inheritance | SoftKeyboardDetectorEvent flash.events.Event |
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():uintSee 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 = activateFlatDispathing when SoftKeyboard activated as Flat view type.
| ACTIVATE_SPLIT | Constant |
public static const ACTIVATE_SPLIT:String = activateSplitDispathing when SoftKeyboard activated as Split view type.
| CHANGE_FLAT_TO_SPLIT | Constant |
public static const CHANGE_FLAT_TO_SPLIT:String = changeFlatToSplitDispathing when view type of SoftKeyboard changed.
| CHANGE_SPLIT_TO_FLAT | Constant |
public static const CHANGE_SPLIT_TO_FLAT:String = changeSplitToFlatDispathing when view type of SoftKeyboard changed.
| DEACTIVATE_SOFTKEYBOARD | Constant |
public static const DEACTIVATE_SOFTKEYBOARD:String = deactivateSoftKeyboardDispathing when SoftKeyboard deactivated.
| RELATED_OBJECT_CHANGE | Constant |
public static const RELATED_OBJECT_CHANGE:String = relatedObjectChangeOnly for editable instances of TextField or StageText classes.