| Pakiet | com.adobe.mosaic.skinning |
| Interfejs | public interface IMosaicComponent extends ILayoutChild |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent interface is implemented by composite application user-interface components.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| allowDelete : Boolean [tylko do odczytu]
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 [tylko do odczytu]
Do Not Use. | IMosaicComponent | ||
![]() | rowIndex : int
The row index of the component
| ILayoutChild | |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | ||
Szczegół właściwości
allowDelete | właściwość |
allowDelete:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Indicates if this component may be deleted or not.
Implementacja
public function get allowDelete():Booleanlabel | właściwość |
label:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The title of the component.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie labelChanged .
Implementacja
public function get label():String public function set label(value:String):voidmosaicNode | właściwość |
mosaicNode:IMosaicNode [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
Implementacja
public function get mosaicNode():IMosaicNodeSzczegół metody
commitResize | () | metoda |
public function commitResize(newWidth:Number, newHeight:Number):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
Parametry
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | metoda |
public function getLocalizedString(key:String, params:Array = null):String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
Parametry
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, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne