Packageorg.apache.flex.html.beads
Classpublic class DataGridLinesBead
InheritanceDataGridLinesBead Inheritance Object
Implements IBead

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

The DataGridLinesBead is an add on bead for the DataGrid. This bead adds horizontal and vertical grid lines to a DataGrid. The size and color of the lines is specified by the stroke property (defaults to a thin dark line).



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only]
DataGridLinesBead
  stroke : IStroke
Describes the line style used to separate the rows and columns.
DataGridLinesBead
Public Methods
 MethodDefined By
  
Constructor.
DataGridLinesBead
Property Detail
strandproperty
strand:IStrand  [write-only]

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


Implementation
    public function set strand(value:IStrand):void
strokeproperty 
stroke:IStroke

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

Describes the line style used to separate the rows and columns.


Implementation
    public function get stroke():IStroke
    public function set stroke(value:IStroke):void
Constructor Detail
DataGridLinesBead()Constructor
public function DataGridLinesBead()

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

Constructor.