包 | com.adobe.mosaic.skinning |
接口 | public interface IMosaicComponent extends ILayoutChild |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent
interface is implemented by composite application user-interface components.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
allowDelete : Boolean [只读]
Indicates if this component may be deleted or not. | IMosaicComponent | ||
columnIndex : int
The column index of the component. | ILayoutChild | ||
enableDrag : Boolean
Indicates if the item may be dragged. | ILayoutChild | ||
label : String
The title of the component. | IMosaicComponent | ||
mosaicNode : IMosaicNode [只读]
Do Not Use. | IMosaicComponent | ||
rowIndex : int
The row index of the component
| ILayoutChild |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Records the new size of the component in the DOM structure representing
the component. | IMosaicComponent | ||
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Returns the localized string associated with the given key. | IMosaicComponent |
属性详细信息
allowDelete | 属性 |
label | 属性 |
label:String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
The title of the component.
此属性可用作数据绑定的源。修改此属性后,将调度 labelChanged
事件。
实现
public function get label():String
public function set label(value:String):void
mosaicNode | 属性 |
mosaicNode:IMosaicNode
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
实现
public function get mosaicNode():IMosaicNode
方法详细信息
commitResize | () | 方法 |
public function commitResize(newWidth:Number, newHeight:Number):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
参数
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | 方法 |
public function getLocalizedString(key:String, params:Array = null):String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
参数
key:String — Specifies the index of the string in the localized resource bundles.
| |
params:Array (default = null ) — (Optional) Specifies the array of substitution values if the localized string contains {#}.
placeholders.
|
String — The translated string in the current locale.
|
Tue Jun 12 2018, 11:04 AM Z