Packagecom.flexicious.controls.interfaces
Interfacepublic interface ICheckBoxList extends flash.events.IEventDispatcher
Implementors CheckBoxList, CheckBoxTileList



Public Properties
 PropertyDefined By
  hasSearch : Boolean
[read-only]
ICheckBoxList
  isAllSelected : Boolean
[read-only]
ICheckBoxList
  selectedItems : Array
[read-only]
ICheckBoxList
  useTriState : Boolean
[read-only]
ICheckBoxList
Public Methods
 MethodDefined By
  
getItemIndex(item:Object):int
ICheckBoxList
  
getTooltip(data:Object):String
ICheckBoxList
  
isItemSelected(item:Object):Boolean
ICheckBoxList
Property Detail
hasSearchproperty
hasSearch:Boolean  [read-only]


Implementation
    public function get hasSearch():Boolean
isAllSelectedproperty 
isAllSelected:Boolean  [read-only]


Implementation
    public function get isAllSelected():Boolean
selectedItemsproperty 
selectedItems:Array  [read-only]


Implementation
    public function get selectedItems():Array
useTriStateproperty 
useTriState:Boolean  [read-only]


Implementation
    public function get useTriState():Boolean
Method Detail
getItemIndex()method
public function getItemIndex(item:Object):int

Parameters

item:Object

Returns
int
getTooltip()method 
public function getTooltip(data:Object):String

Parameters

data:Object

Returns
String
isItemSelected()method 
public function isItemSelected(item:Object):Boolean

Parameters

item:Object

Returns
Boolean