Packagecom.flextoolbox.controls
Classpublic class CheckBoxList
InheritanceCheckBoxList Inheritance AdvancedList Inheritance mx.controls.List

A List that contains CheckBoxes to indicate selection rather than a colored background. By default, multiple selection is allowed. Additionally, the ctrl key does not need to held down by the user to select multiple items. The default behavior for the shift key is unchanged.



Public Properties
 PropertyDefined by
 InheriteddragFormat : String
Sets the string value used to restrict the locations where dragged items from this list may be dropped.
AdvancedList
 InheritedenabledField : String
The name of the field in the data provider items to determine if the item renderer should be enabled.
AdvancedList
 InheritedenabledFunction : Function
A user-supplied function to run on each item to determine if its renderer is enabled.
AdvancedList
Protected Properties
 PropertyDefined by
  dragImageOffsets : Point
[read-only] Gets the offset of the drag image for drag and drop.
CheckBoxList
Public Methods
 MethodDefined by
  
Constructor.
CheckBoxList
 Inherited
isItemEnabled(item:Object):Boolean
Determines if the item renderer for a data provider item is enabled and if the user may interact with it.
AdvancedList
Property detail
dragImageOffsetsproperty
dragImageOffsets:Point  [read-only]

Gets the offset of the drag image for drag and drop.

Implementation
    protected function get dragImageOffsets():Point
Constructor detail
CheckBoxList()constructor
public function CheckBoxList()

Constructor.