Packagecom.developmentarc.framework.controllers.interfaces
Interfacepublic interface ISelectable

This Interface enables any object to become selectable and can be used within the SelectionController class.



Public Properties
 PropertyDefined by
  selected : Boolean
A read/write method that is used to set the selected state of an ISelectable item.
ISelectable
Property detail
selectedproperty
selected:Boolean  [read-write]

A read/write method that is used to set the selected state of an ISelectable item. When a value of true is passed the item should be considered selected. When a value if false is passed the item should be considered deselected.

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