用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.mosaic.om.interfaces 

ITile  - AS3 ADEP Composite Application

com.adobe.mosaic.om.interfaces
接口public interface ITile extends IMosaicNode , IDisplayable , IMetadataAvailable , IUIAttributes , IContextProvider

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

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



公共属性
 属性由以下参数定义
  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
[只读] 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
[只读] Returns the context interface for the application.
IContextProvider
 Inheriteddisplayed : Boolean
[只读] 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
[只读] 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
[只读] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[只读] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[只读] Returns the type value of the node.
IMosaicNode
 InheritedparentNode : IMosaicNode
[只读] Returns the direct parent node of the current node within the application.
IMosaicNode
  parentPanel : IPanel
[只读] The parent panel, within the application, in which the tile is resident.
ITile
  parentView : IView
[只读] 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
[只读] Returns the generated unique ID of the node.
IMosaicNode
  url : String
[只读] 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
公共方法
 方法由以下参数定义
 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
属性详细信息

allowDelete

属性
allowDelete:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The tile's allowDelete setting.



实现
    public function get allowDelete():Boolean
    public function set allowDelete(value:Boolean):void

chrome

属性 
chrome:String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

The tile's chrome setting.



实现
    public function get chrome():String
    public function set chrome(value:String):void

columnIndex

属性 
columnIndex:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

The tile's column index.



实现
    public function get columnIndex():Number
    public function set columnIndex(value:Number):void

confirmDelete

属性 
confirmDelete:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The tile's confirmDelete setting.



实现
    public function get confirmDelete():Boolean
    public function set confirmDelete(value:Boolean):void

fitContent

属性 
fitContent:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The tile's fitContent.



实现
    public function get fitContent():Boolean
    public function set fitContent(value:Boolean):void

hasPlugin

属性 
hasPlugin:String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The tile's hasPlugin setting.



实现
    public function get hasPlugin():String
    public function set hasPlugin(value:String):void

parentPanel

属性 
parentPanel:IPanel  [只读]

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

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



实现
    public function get parentPanel():IPanel

相关 API 元素

parentView

属性 
parentView:IView  [只读]

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

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



实现
    public function get parentView():IView

相关 API 元素

rowIndex

属性 
rowIndex:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: AIR 2.6, Flash Player 10.2

The tile's row index.



实现
    public function get rowIndex():Number
    public function set rowIndex(value:Number):void

url

属性 
url:String  [只读]

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The fully resolved URI for this tile.



实现
    public function get url():String
方法详细信息

getCatalog

()方法
public function getCatalog(onSuccess:Function = null, onFailure:Function = null):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: 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.

参数

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.

相关 API 元素


示例
如何使用本示例
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

()方法 
public function setInjectionProperty(name:String, value:IInjectableValue):void

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
运行时版本: 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.

参数

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 ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。