Package | spark.core |
Interface | public interface IProxiedStageTextWrapper |
Implementors | ScrollableStageText |
Method | Defined By | ||
---|---|---|---|
keepSoftKeyboardActive():void
this method is called between the time a text input get out of focus and the next text input gets in focus
to prevent the soft keyboard from disappearing. | IProxiedStageTextWrapper | ||
prepareForTouchScroll():void
this method is called before a touch scroll is about to occur, so that component can hide the StageText and show the proxies
| IProxiedStageTextWrapper |
keepSoftKeyboardActive | () | method |
public function keepSoftKeyboardActive():void
this method is called between the time a text input get out of focus and the next text input gets in focus to prevent the soft keyboard from disappearing.
See also
prepareForTouchScroll | () | method |
public function prepareForTouchScroll():void
this method is called before a touch scroll is about to occur, so that component can hide the StageText and show the proxies
See also