Packageorg.apache.flex.core
Interfacepublic interface IListPresentationModel extends IBead
Implementors ListPresentationModel

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

The IListPresentationModel interface holds key values for the display of lists.



Public Properties
 PropertyDefined By
  rowHeight : Number
The height of every row in the list.
IListPresentationModel
  separatorThickness : Number
The distance each row should be separated from the row above.
IListPresentationModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
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 every row in the list.


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 each row should be separated from the row above.


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