ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.mosaic.om.interfaces 

IView  - AS3 ADEP Composite Application

Pakietcom.adobe.mosaic.om.interfaces
Interfejspublic interface IView extends IMosaicNode , IDisplayable , IMetadataAvailable , IUIAttributes , IContextProvider

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The IView interface defines methods for adding panels, saving views, and retrieving view context and a list of panels.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  allowContentAdd : Boolean
Returns the allowContentAdd value
IView
  allowContentDelete : Boolean
Returns the allowContentDelete value
IView
 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
[tylko do odczytu] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
 Inheritedcontext : IContext
[tylko do odczytu] Returns the context interface for the application.
IContextProvider
 Inheriteddisplayed : Boolean
[tylko do odczytu] Determines if the selected node is currently displayed.
IDisplayable
 Inheritedheight : String
The maximum height for the nodes.
IUIAttributes
  layout : ILayout
[tylko do odczytu] The layout of the view.
IView
 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
[tylko do odczytu] 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
[tylko do odczytu] Returns the ID of the node.
IMosaicNode
 InheritednodeLabel : String
Returns the label of the tile.
IMosaicNode
 InheritednodeName : String
[tylko do odczytu] Returns the name of the node.
IMosaicNode
 InheritednodeType : String
[tylko do odczytu] Returns the type value of the node.
IMosaicNode
  panels : Array
[tylko do odczytu] Returns an array of panels that exist within a view.
IView
 InheritedparentNode : IMosaicNode
[tylko do odczytu] Returns the direct parent node of the current node within the application.
IMosaicNode
 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
 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
[tylko do odczytu] Returns the generated unique ID of the node.
IMosaicNode
 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
Metody publiczne
 MetodaZdefiniowane przez
  
addPanel(panel:IPanel, onSuccess:Function = null, onFailure:Function = null):void
Adds a Panel to the View.
IView
 Inherited
Clones an IMosaicNode.
IMosaicNode
 Inherited
Navigates the application until the selected node is displayed.
IDisplayable
  
Removes the specified panel from the view and returns the removed IPanel object, which can optionally be added to another node in the DOM tree.
IView
 Inherited
resolveReferences(onSuccess:Function = null, onFailure:Function = null):void
Resolves any reference elements that may be in the View, Panel, or Tile.
IMosaicNode
  
save(label:String, description:String = null, onSuccess:Function = null, onFailure:Function = null):void
Programmatically saves the view with a label and description.
IView
Szczegół właściwości

allowContentAdd

właściwość
allowContentAdd:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Returns the allowContentAdd value



Implementacja
    public function get allowContentAdd():Boolean
    public function set allowContentAdd(value:Boolean):void

allowContentDelete

właściwość 
allowContentDelete:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Returns the allowContentDelete value



Implementacja
    public function get allowContentDelete():Boolean
    public function set allowContentDelete(value:Boolean):void

layout

właściwość 
layout:ILayout  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The layout of the view.



Implementacja
    public function get layout():ILayout

panels

właściwość 
panels:Array  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Returns an array of panels that exist within a view.



Implementacja
    public function get panels():Array
Szczegół metody

addPanel

()metoda
public function addPanel(panel:IPanel, onSuccess:Function = null, onFailure:Function = null):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Adds a Panel to the View. The resulting AddPanelEvent indicating success or failure is returned in the callback function and also dispatched to the MessageListeners.

Parametry

panel:IPanel — The Panel to add.
 
onSuccess:Function (default = null) — a Function callback that takes in one parameter of type AddPanelEvent when the operation succeeded
 
onFailure:Function (default = null) — a Function callback that takes in one parameter of type AddPanelEvent when the operation failed

Powiązane elementy interfejsu API


Przykład
Sposób korzystania z tego przykładu
This example retrieves a panel named "samplePanel" from a catalog and adds the Panel to the view:
         mosaicApp.addMessageListener(AddPanelEvent.NAMESPACE, AddPanelEvent.SUCCESS, onAddPanelEvent);
         mosaicApp.addMessageListener(AddPanelEvent.NAMESPACE, AddPanelEvent.FAILURE, onAddPanelEvent);
         
         var t:IPanel = sampleCatalog.getPanel("samplePanel");
         thisTile.parentView.addPanel(t,onAddPanelSuccess,onAddPanelFailure);
         
         //functions to manage success or failure callbacks
         private function onAddPanelSuccess(evt:AddPanelEvent):void {} 
         private function onAddPanelFailure(evt:AddPanelEvent):void {}
         
         //functions to manage success or failure events
         private function onAddPanelEvent(message:Message):void {
             var addPanelEvent:AddPanelEvent = message.payload as AddPanelEvent;
             var addedPanel:IPanel = addPanelEvent.panelNode;
             //custom processing
         }
         

removePanel

()metoda 
public function removePanel(panel:IPanel):IPanel

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Removes the specified panel from the view and returns the removed IPanel object, which can optionally be added to another node in the DOM tree.

Parametry

panel:IPanel — The panel to be deleted.

Zwraca
IPanel — The IPanel object that was removed.

Powiązane elementy interfejsu API

save

()metoda 
public function save(label:String, description:String = null, onSuccess:Function = null, onFailure:Function = null):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Programmatically saves the view with a label and description. Users are not presented with a user interface to input view details. The resulting SaveViewEvent indicating success or failure is returned in the callback function and also dispatched to the MessageListeners.

Parametry

label:String — The label to use for the view.
 
description:String (default = null) — The text description for this view.
 
onSuccess:Function (default = null) — A function that takes in one parameter of type SaveViewEvent that is called when the view is saved successfully.
 
onFailure:Function (default = null) — A function that takes in one parameter of type SaveViewEvent that is called when the view save fails.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.