Packageorg.apache.flex.html.beads.models
Classpublic class SingleLineBorderModel
InheritanceSingleLineBorderModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, IBorderModel

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

The SingleLineBorderModel class is a data model for a single line border. This model is very simple, it only stores the offsets from the edges of the component.



Public Properties
 PropertyDefined By
  offsets : Rectangle
[read-only] The offsets of the border from the edges of the component.
SingleLineBorderModel
  strand : IStrand
[write-only] The host component for this bead.
SingleLineBorderModel
Public Methods
 MethodDefined By
  
Constructor.
SingleLineBorderModel
Property Detail
offsetsproperty
offsets:Rectangle  [read-only]

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

The offsets of the border from the edges of the component.


Implementation
    public function get offsets():Rectangle
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
SingleLineBorderModel()Constructor
public function SingleLineBorderModel()

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

Constructor.