Packagelunas
Interfacepublic interface Focusable extends Groupable

This interface defines an object groupable and focusable in the application.



Public Properties
 PropertyDefined By
 Inheritedgroup : Boolean
Indicates with a boolean if this object is grouped.
Groupable
 InheritedgroupName : String
Indicates the name of the group of this object.
Groupable
  selected : Boolean
A flag that indicates whether this control is selected.
Focusable
Property Detail
selectedproperty
selected:Boolean

A flag that indicates whether this control is selected.


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void