Properties

Kind of class:class
Inherits from:none
Classpath:Properties
File last modified:Sunday, 02 March 2008, 17:27:41
Testing various properties.

Summary


Class properties
Instance properties
  • property_A : Number
    • Normal comment for property_A.
  • property_B : Boolean
    • Comment at the side for property_B.
  • property_C
  • property_D : Array
    • Comment for property_D.
  • property_E : String
    • Comment at the side for property_E.
  • property_F : Object
    • Normal comment for property_F.
  • property_J : Number
    • Three properties on one line test.
  • property_K : String
    • Three properties on one line test.
  • property_L : Number
    • Three properties on one line test.
  • x : Number
    • A couple of numbers
  • y : Number
    • A couple of numbers
  • z : Number
    • A couple of numbers
  • xx : Number
    • A couple of numbers
  • yy : Number
    • A couple of numbers
  • zz : Number
    • A couple of numbers

Class properties

DEBUG_LEVEL

static DEBUG_LEVEL:Object = {level:0, string:"Debug", color:"#0000CC"}
(read)

Testing property object value.

mergedClipParameters

static mergedClipParameters:Boolean = UIObject.mergeClipParameters(UIComponent.prototype.clipParameters, UIObject.prototype.clipParameters)
(read)

property_G

static property_G:Object
(read)

property_H

static private property_H:String = "CONST"
(read)

Instance properties

property_A

property_A:Number = 10
(read)

Normal comment for property_A.

property_B

property_B:Boolean
(read)

Comment at the side for property_B.

property_C

property_C
(read)

Comment at the side for property_C.

property_D

property_D:Array
(read)

Comment for property_D.
Component metadata:
    Inspectable
    defaultValue:
    "auto"
    enumeration:
    "auto,on,off"

    property_E

    property_E:String = "http://www.google.com"
    (read)

    Comment at the side for property_E.

    property_F

    property_F:Object
    (read)

    Normal comment for property_F. Comment at the side for property_F.

    property_J

    property_J:Number
    (read)

    Three properties on one line test. Comment at the side for 3 properties on one line.

    property_K

    property_K:String = "Lithium,Oxygen"
    (read)

    Three properties on one line test. Comment at the side for 3 properties on one line.

    property_L

    property_L:Number
    (read)

    Three properties on one line test. Comment at the side for 3 properties on one line.

    x

    x:Number
    (read)

    A couple of numbers

    xx

    xx:Number = 1
    (read)

    A couple of numbers

    y

    y:Number
    (read)

    A couple of numbers

    yy

    yy:Number = 2
    (read)

    A couple of numbers

    z

    z:Number = 2
    (read)

    A couple of numbers

    zz

    zz:Number = 3
    (read)

    A couple of numbers