Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.mosaic.om.interfaces 

ITile  - AS3 ADEP Composite Application

Paquetecom.adobe.mosaic.om.interfaces
Interfazpublic interface ITile extends IMosaicNode , IDisplayable , IMetadataAvailable , IUIAttributes , IContextProvider

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The ITile interface provides methods for retrieving information about composite application tile's details.



Propiedades públicas
 PropiedadDefinido por
  allowDelete : Boolean
The tile's allowDelete setting.
ITile
 Inheritedbottom : Number
Returns the node's bottom value which is the vertical distance, in pixels, from the lower edge of the component to the lower edge of the content region.
IUIAttributes
 InheritedchildrenNodes : Array
[solo lectura] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
  chrome : String
The tile's chrome setting.
ITile
  columnIndex : Number
The tile's column index.
ITile
  confirmDelete : Boolean
The tile's confirmDelete setting.
ITile
 Inheritedcontext : IContext
[solo lectura] Returns the context interface for the application.
IContextProvider
 Inheriteddisplayed : Boolean
[solo lectura] Determines if the selected node is currently displayed.
IDisplayable
  fitContent : Boolean
The tile's fitContent.
ITile
  hasPlugin : String
The tile's hasPlugin setting.
ITile
 Inheritedheight : String
The maximum height for the nodes.
IUIAttributes
 Inheritedleft : Number
Returns the node's left value which is horizontal distance, in pixels, from the left edge of the component to the left edge of the content region.
IUIAttributes
 InheritedmaxHeight : Number
The node's maximum width.
IUIAttributes
 InheritedmaxWidth : Number
The node's maximum width.
IUIAttributes
 Inheritedmetadata : IMetadata
[solo lectura] Returns the metadata if any of the node.
IMetadataAvailable
 InheritedminHeight : Number
The node's minimum height.
IUIAttributes
 InheritedminWidth : Number
The the node's minimum width.
IUIAttributes
 InheritednodeID : String
[solo lectura] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[solo lectura] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[solo lectura] Returns the type value of the node.
IMosaicNode
 InheritedparentNode : IMosaicNode
[solo lectura] Returns the direct parent node of the current node within the application.
IMosaicNode
  parentPanel : IPanel
[solo lectura] The parent panel, within the application, in which the tile is resident.
ITile
  parentView : IView
[solo lectura] The parent view, within the application, in which the tile is resident.
ITile
 Inheritedright : Number
Returns the node's right value which is the horizontal distance, in pixels, from the right edge of the component to the right edge of the content region.
IUIAttributes
  rowIndex : Number
The tile's row index.
ITile
 InheritedstyleName : String
The style name for the node.
IUIAttributes
 Inheritedtop : Number
Returns the node's top value which is the vertical distance, in pixels, from the upper edge of the component to the upper edge of the content region.
IUIAttributes
 InheriteduniqueID : String
[solo lectura] Returns the generated unique ID of the node.
IMosaicNode
  url : String
[solo lectura] The fully resolved URI for this tile.
ITile
 Inheritedvisible : Boolean
Returns the node's visible setting.
IUIAttributes
 Inheritedwidth : String
Returns the node's width.
IUIAttributes
 Inheritedx : Number
Returns the node's x coordinate, relative to its container.
IUIAttributes
 Inheritedy : Number
Returns the node's y coordinate, relative to its container.
IUIAttributes
Métodos públicos
 MétodoDefinido por
 Inherited
Clones an IMosaicNode.
IMosaicNode
 Inherited
Navigates the application until the selected node is displayed.
IDisplayable
  
getCatalog(onSuccess:Function = null, onFailure:Function = null):void
Returns the catalog that contains this tile.
ITile
 Inherited
resolveReferences(onSuccess:Function = null, onFailure:Function = null):void
Resolves any reference elements that may be in the View, Panel, or Tile.
IMosaicNode
  
Sets an property of a tile for injection, this is analgous to using the Property tag on the Experience Server.
ITile
Información sobre propiedades

allowDelete

propiedad
allowDelete:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's allowDelete setting.



Implementación
    public function get allowDelete():Boolean
    public function set allowDelete(value:Boolean):void

chrome

propiedad 
chrome:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's chrome setting.



Implementación
    public function get chrome():String
    public function set chrome(value:String):void

columnIndex

propiedad 
columnIndex:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's column index.



Implementación
    public function get columnIndex():Number
    public function set columnIndex(value:Number):void

confirmDelete

propiedad 
confirmDelete:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's confirmDelete setting.



Implementación
    public function get confirmDelete():Boolean
    public function set confirmDelete(value:Boolean):void

fitContent

propiedad 
fitContent:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's fitContent.



Implementación
    public function get fitContent():Boolean
    public function set fitContent(value:Boolean):void

hasPlugin

propiedad 
hasPlugin:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's hasPlugin setting.



Implementación
    public function get hasPlugin():String
    public function set hasPlugin(value:String):void

parentPanel

propiedad 
parentPanel:IPanel  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The parent panel, within the application, in which the tile is resident.



Implementación
    public function get parentPanel():IPanel

Elementos de API relacionados

parentView

propiedad 
parentView:IView  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The parent view, within the application, in which the tile is resident.



Implementación
    public function get parentView():IView

Elementos de API relacionados

rowIndex

propiedad 
rowIndex:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The tile's row index.



Implementación
    public function get rowIndex():Number
    public function set rowIndex(value:Number):void

url

propiedad 
url:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The fully resolved URI for this tile.



Implementación
    public function get url():String
Información sobre métodos

getCatalog

()método
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

Returns the catalog that contains this tile.

This allows you to access tiles, views, etc. from the catalog to add to the application.

Parámetros

onSuccess:Function (default = null) — Specifies a function callback that takes in one parameter of type CatalogLoadEvent when the operation succeeded.
 
onFailure:Function (default = null) — Specifies a function callback that takes in one parameter of type CatalogLoadEvent when the operation failed. The onSuccess callback will be called if the loadCatalog call is successful. If the catalog was not already loaded, the catalog will be loaded into the client cache. The cached copy is returned in the CatalogLoadEvent. The onFailure callback with occur if the catalog was not available.

Elementos de API relacionados


Ejemplo
Cómo utilizar este ejemplo
This example retrieves a catalog named "sample_catalog":
         mosaicApp.addMessageListener(CatalogLoadEvent.NAMESPACE, CatalogLoadEvent.SUCCESS, onCatLoadEvent);
         mosaicApp.addMessageListener(CatalogLoadEvent.NAMESPACE, CatalogLoadEvent.FAILURE, onCatLoadEvent);
         
         thisTile.getCatalog(onLoadSuccess, onLoadFailure);                
         
         
         //functions to manage success or failure callbacks
         private function onLoadSuccess(evt:CatalogLoadEvent):void {} 
         private function onLoadFailure(evt:CatalogLoadEvent):void {}
         
         //functions to manage success or failure events
         private function onCatLoadEvent(message:Message):void {
             var  catalogLoadEvent:CatalogLoadEvent = message.payload as CatalogLoadEvent;
             var catalog:ICatalog = catalogLoadEvent.catalog;
             //custom processing
         }
         

setInjectionProperty

()método 
public function setInjectionProperty(name:String, value:IInjectableValue):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

Sets an property of a tile for injection, this is analgous to using the Property tag on the Experience Server. This will inject the value into the tile at name when the tile is started up.

Parámetros

name:String — Specifies the public attribute or public setter where you want to inject the value.
 
value:IInjectableValue — Specifies the value to be injected.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.