haXe API Documentation
Back | Index
extern class flash.Selection
Available in flash
static function addListener(listener : SelectionListener) : Void
static function getBeginIndex() : Int
static function getCaretIndex() : Int
static function getEndIndex() : Int
static function getFocus() : String
static function removeListener(listener : SelectionListener) : Bool
static function setFocus(newFocus : Dynamic) : Bool
static function setSelection(beginIndex : Int, endIndex : Int) : Void
Back | Index