| Pacote | com.adobe.mosaic.om.interfaces |
| Interface | public interface ITile extends IMosaicNode , IDisplayable , IMetadataAvailable , IUIAttributes , IContextProvider |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
ITile interface provides methods for retrieving information about composite application
tile's details.
| Propriedade | Definido por | ||
|---|---|---|---|
| allowDelete : Boolean
The tile's allowDelete setting. | ITile | ||
![]() | bottom : 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 | |
![]() | childrenNodes : Array [somente leitura]
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 | ||
![]() | context : IContext [somente leitura]
Returns the context interface for the application. | IContextProvider | |
![]() | displayed : Boolean [somente leitura]
Determines if the selected node is currently displayed. | IDisplayable | |
| fitContent : Boolean
The tile's fitContent. | ITile | ||
| hasPlugin : String
The tile's hasPlugin setting. | ITile | ||
![]() | height : String
The maximum height for the nodes. | IUIAttributes | |
![]() | left : 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 | |
![]() | maxHeight : Number
The node's maximum width. | IUIAttributes | |
![]() | maxWidth : Number
The node's maximum width. | IUIAttributes | |
![]() | metadata : IMetadata [somente leitura]
Returns the metadata if any of the node. | IMetadataAvailable | |
![]() | minHeight : Number
The node's minimum height. | IUIAttributes | |
![]() | minWidth : Number
The the node's minimum width. | IUIAttributes | |
![]() | nodeID : String [somente leitura]
Returns the ID of the node. | IMosaicNode | |
![]() | nodeLabel : String
Returns the label of the tile. | IMosaicNode | |
![]() | nodeName : String [somente leitura]
Returns the name of the node. | IMosaicNode | |
![]() | nodeType : String [somente leitura]
Returns the type value of the node. | IMosaicNode | |
![]() | parentNode : IMosaicNode [somente leitura]
Returns the direct parent node of the current node within the application. | IMosaicNode | |
| parentPanel : IPanel [somente leitura]
The parent panel, within the application, in which the tile is resident. | ITile | ||
| parentView : IView [somente leitura]
The parent view, within the application, in which the tile is resident. | ITile | ||
![]() | right : 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 | ||
![]() | styleName : String
The style name for the node. | IUIAttributes | |
![]() | top : 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 | |
![]() | uniqueID : String [somente leitura]
Returns the generated unique ID of the node. | IMosaicNode | |
| url : String [somente leitura]
The fully resolved URI for this tile. | ITile | ||
![]() | visible : Boolean
Returns the node's visible setting. | IUIAttributes | |
![]() | width : String
Returns the node's width. | IUIAttributes | |
![]() | x : Number
Returns the node's x coordinate, relative to its container. | IUIAttributes | |
![]() | y : Number
Returns the node's y coordinate, relative to its container. | IUIAttributes | |
| Método | Definido por | ||
|---|---|---|---|
![]() |
Clones an IMosaicNode. | IMosaicNode | |
![]() |
Navigates the application until the selected node is displayed. | IDisplayable | |
Returns the catalog that contains this tile. | ITile | ||
![]() |
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 | ||
allowDelete | propriedade |
allowDelete:Boolean| 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 tile's allowDelete setting.
Implementação
public function get allowDelete():Boolean public function set allowDelete(value:Boolean):voidchrome | propriedade |
chrome:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The tile's chrome setting.
Implementação
public function get chrome():String public function set chrome(value:String):voidcolumnIndex | propriedade |
columnIndex:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The tile's column index.
Implementação
public function get columnIndex():Number public function set columnIndex(value:Number):voidconfirmDelete | propriedade |
confirmDelete:Boolean| 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 tile's confirmDelete setting.
Implementação
public function get confirmDelete():Boolean public function set confirmDelete(value:Boolean):voidfitContent | propriedade |
fitContent:Boolean| 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 tile's fitContent.
Implementação
public function get fitContent():Boolean public function set fitContent(value:Boolean):voidhasPlugin | propriedade |
hasPlugin: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 tile's hasPlugin setting.
Implementação
public function get hasPlugin():String public function set hasPlugin(value:String):voidparentPanel | propriedade |
parentPanel:IPanel [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The parent panel, within the application, in which the tile is resident.
Implementação
public function get parentPanel():IPanelElementos da API relacionados
parentView | propriedade |
parentView:IView [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The parent view, within the application, in which the tile is resident.
Implementação
public function get parentView():IViewElementos da API relacionados
rowIndex | propriedade |
rowIndex:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The tile's row index.
Implementação
public function get rowIndex():Number public function set rowIndex(value:Number):voidurl | propriedade |
url:String [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 |
The fully resolved URI for this tile.
Implementação
public function get url():StringgetCatalog | () | método |
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):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 |
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 da API relacionados
Exemplo
Como usar este exemplo
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| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas