Paket | com.adobe.mosaic.skinning |
Gränssnitt | public interface IMosaicComponent extends ILayoutChild |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent
interface is implemented by composite application user-interface components.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
allowDelete : Boolean [skrivskyddad]
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 [skrivskyddad]
Do Not Use. | IMosaicComponent | ||
rowIndex : int
The row index of the component
| ILayoutChild |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
allowDelete | egenskap |
allowDelete:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Indicates if this component may be deleted or not.
Implementering
public function get allowDelete():Boolean
label | egenskap |
label:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The title of the component.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen labelChanged
.
Implementering
public function get label():String
public function set label(value:String):void
mosaicNode | egenskap |
mosaicNode:IMosaicNode
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
Implementering
public function get mosaicNode():IMosaicNode
Metoddetaljer
commitResize | () | metod |
public function commitResize(newWidth:Number, newHeight:Number):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
Parametrar
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | metod |
public function getLocalizedString(key:String, params:Array = null):String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
Parametrar
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, 01:40 PM Z