Packagespark.core
Interfacepublic interface IProxiedStageTextWrapper
Implementors ScrollableStageText

This interface defines properties for mobile wrapper classes of StageText that need to handle touch scrolling and soft keyboard.



Public Methods
 MethodDefined By
  
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
  
this method is called before a touch scroll is about to occur, so that component can hide the StageText and show the proxies
IProxiedStageTextWrapper
Method Detail
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