Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
An implementation of IStyle.
caption:LocalizeableMessage
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the caption aspect of a property's style. The caption
aspect itself will have message, bundle, key, tokens, and text properties.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get caption():LocalizeableMessage
public function set caption(value:LocalizeableMessage):void
description:LocalizeableMessage
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the description aspect of a property's style. The description
aspect itself will have message, bundle, key, tokens, and text properties.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get description():LocalizeableMessage
public function set description(value:LocalizeableMessage):void
displayMask:String
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the display mask aspect of a property's style.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get displayMask():String
public function set displayMask(value:String):void
editMask:String
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the edit mask aspect of a property's style.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get editMask():String
public function set editMask(value:String):void
error:LocalizeableMessage
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the error aspect of a property's style. The error
aspect itself will have message, bundle, key, tokens, and text properties.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get error():LocalizeableMessage
public function set error(value:LocalizeableMessage):void
validator:Validator
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns a generated subclass of mx.validators.Validator whose
validate method has been overridden corresponding to the expressions
specified in the validation aspects of a property's style.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation public function get validator():Validator
public function set validator(value:Validator):void
public function Style()
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Default constructor.
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
public function dispatchEvent(event:Event):Boolean
Parameters
Returns public function hasEventListener(type:String):Boolean
Parameters
Returns public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
public function willTrigger(type:String):Boolean
Parameters
Returns
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00