Property | Defined By | ||
---|---|---|---|
category : String [read-only] | StiProperty | ||
defaultValue : String [read-only] | StiProperty | ||
isBrowsable : Boolean [read-only] | StiProperty | ||
isDefault : Boolean [read-only] | StiProperty | ||
isEnum : Boolean [read-only] | StiProperty | ||
isNotSupported : Boolean [read-only] | StiProperty | ||
isReadOnly : Boolean [read-only] | StiProperty | ||
isReference : Boolean [read-only] | StiProperty | ||
isSerializable : Boolean [read-only] | StiProperty | ||
isSerializeToDocument : Boolean [read-only] | StiProperty | ||
isSerializeToLoad : Boolean [read-only] | StiProperty | ||
isSerializeToSaveLoad : Boolean [read-only] | StiProperty | ||
name : String [read-only] | StiProperty | ||
object : * | StiProperty | ||
order : int [read-only] | StiProperty | ||
serializable : String [read-only] | StiProperty | ||
serializeName : String [read-only] | StiProperty | ||
type : Class [read-only] | StiProperty | ||
typeName : String [read-only] | StiProperty |
Method | Defined By | ||
---|---|---|---|
StiProperty(object:*, classProperty:StiClassProperty) | StiProperty | ||
isSerializeToDocument(serializable:String):Boolean [static] | StiProperty | ||
isSerializeToSaveLoad(serializable:String):Boolean [static] | StiProperty |
category | property |
category:String
[read-only] public function get category():String
defaultValue | property |
defaultValue:String
[read-only] public function get defaultValue():String
isBrowsable | property |
isBrowsable:Boolean
[read-only] public function get isBrowsable():Boolean
isDefault | property |
isDefault:Boolean
[read-only] public function get isDefault():Boolean
isEnum | property |
isEnum:Boolean
[read-only] public function get isEnum():Boolean
isNotSupported | property |
isNotSupported:Boolean
[read-only] public function get isNotSupported():Boolean
isReadOnly | property |
isReadOnly:Boolean
[read-only] public function get isReadOnly():Boolean
isReference | property |
isReference:Boolean
[read-only] public function get isReference():Boolean
isSerializable | property |
isSerializable:Boolean
[read-only] public function get isSerializable():Boolean
isSerializeToDocument | property |
isSerializeToDocument:Boolean
[read-only] public function get isSerializeToDocument():Boolean
isSerializeToLoad | property |
isSerializeToLoad:Boolean
[read-only] public function get isSerializeToLoad():Boolean
isSerializeToSaveLoad | property |
isSerializeToSaveLoad:Boolean
[read-only] public function get isSerializeToSaveLoad():Boolean
name | property |
name:String
[read-only] public function get name():String
object | property |
object:*
public function get object():*
public function set object(value:any):void
order | property |
order:int
[read-only] public function get order():int
serializable | property |
serializable:String
[read-only] public function get serializable():String
serializeName | property |
serializeName:String
[read-only] public function get serializeName():String
type | property |
type:Class
[read-only] public function get type():Class
typeName | property |
typeName:String
[read-only] public function get typeName():String
StiProperty | () | Constructor |
public function StiProperty(object:*, classProperty:StiClassProperty)
object:* | |
classProperty:StiClassProperty |
isSerializeToDocument | () | method |
public static function isSerializeToDocument(serializable:String):Boolean
Parameters
serializable:String |
Boolean |
isSerializeToSaveLoad | () | method |
public static function isSerializeToSaveLoad(serializable:String):Boolean
Parameters
serializable:String |
Boolean |