class org.aswing.DefaultSingleSelectionModel extends EventDispatcher

A generic implementation of SingleSelectionModel. @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from EventDispatcher

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
function dispatchEvent(event:Event):Bool
function hasEventListener(type:String):Bool
function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void
function toString():String
function willTrigger(type:String):Bool

function new(): Void

function addStateListener(listener:Dynamic ->Void?priority:Int = 0, ?useWeakReference:Bool = false): Void

function clearSelection(?programmatic:Bool = true): Void

function getSelectedIndex(): Int

function isSelected(): Bool

function removeStateListener(listener:Dynamic ->Void): Void

function setSelectedIndex(index:Int, ?programmatic:Bool = true): Void