Packageorg.apache.flex.html.beads.models
Classpublic class ListPresentationModel
InheritanceListPresentationModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IListPresentationModel
Subclasses DataGridPresentationModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ListPresentationModel holds values used by list controls for presenting their user interfaces.



Public Properties
 PropertyDefined By
  rowHeight : Number
The height of each row.
ListPresentationModel
  separatorThickness : Number
The distance between rows.
ListPresentationModel
  strand : IStrand
[write-only] The host component for this bead.
ListPresentationModel
Public Methods
 MethodDefined By
  
constructor.
ListPresentationModel
Property Detail
rowHeightproperty
rowHeight:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The height of each row.


Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void
separatorThicknessproperty 
separatorThickness:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The distance between rows.


Implementation
    public function get separatorThickness():Number
    public function set separatorThickness(value:Number):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
ListPresentationModel()Constructor
public function ListPresentationModel()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.