| Pacote | com.adobe.mosaic.skinning |
| Interface | public interface IMosaicComponent extends ILayoutChild |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent interface is implemented by composite application user-interface components.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| allowDelete : Boolean [somente leitura]
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 [somente leitura]
Do Not Use. | IMosaicComponent | ||
![]() | rowIndex : int
The row index of the component
| ILayoutChild | |
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Detalhes da propriedade
allowDelete | propriedade |
allowDelete:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Indicates if this component may be deleted or not.
Implementação
public function get allowDelete():Booleanlabel | propriedade |
label:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The title of the component.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento labelChanged .
Implementação
public function get label():String public function set label(value:String):voidmosaicNode | propriedade |
mosaicNode:IMosaicNode [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
Implementação
public function get mosaicNode():IMosaicNodeDetalhes do método
commitResize | () | método |
public function commitResize(newWidth:Number, newHeight:Number):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
Parâmetros
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | método |
public function getLocalizedString(key:String, params:Array = null):String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
Parâmetros
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.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas