| Package | com.adobe.mosaic.skinning |
| Interface | public interface IMosaicComponent extends ILayoutChild |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent interface is implemented by composite application user-interface components.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| allowDelete : Boolean [lecture seule]
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 [lecture seule]
Do Not Use. | IMosaicComponent | ||
![]() | rowIndex : int
The row index of the component
| ILayoutChild | |
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
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 | ||
Détails de la propriété
allowDelete | propriété |
allowDelete:Boolean [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Indicates if this component may be deleted or not.
Implémentation
public function get allowDelete():Booleanlabel | propriété |
label:String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
The title of the component.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement labelChanged .
Implémentation
public function get label():String public function set label(value:String):voidmosaicNode | propriété |
mosaicNode:IMosaicNode [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
Implémentation
public function get mosaicNode():IMosaicNodeDétails de la méthode
commitResize | () | méthode |
public function commitResize(newWidth:Number, newHeight:Number):void| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
Paramètres
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | méthode |
public function getLocalizedString(key:String, params:Array = null):String| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
Paramètres
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, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées