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.skinning 

IMosaicContainer  - AS3 ADEP Composite Application

Pakietcom.adobe.mosaic.skinning
Interfejspublic interface IMosaicContainer extends IMosaicComponent , ILayoutChild

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 IMosaicContainer interface is implemented by most composite application container, such as View, ViewManager, Panel, and Shell. Skins for these containers can declare their hostComponent to be of this interface type, gaining access to the underlying composite application container through the functions and properties here.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 InheritedallowDelete : Boolean
[tylko do odczytu] Indicates if this component may be deleted or not.
IMosaicComponent
 InheritedcolumnIndex : int
The column index of the component.
ILayoutChild
  contentList : ISelectableList
[tylko do odczytu] The list of components managed by this container as a SelectableList.
IMosaicContainer
 InheritedenableDrag : Boolean
Indicates if the item may be dragged.
ILayoutChild
 Inheritedlabel : String
The title of the component.
IMosaicComponent
 InheritedmosaicNode : IMosaicNode
[tylko do odczytu] Do Not Use.
IMosaicComponent
 InheritedrowIndex : int
The row index of the component
ILayoutChild
  selectedChild : DisplayObject
[tylko do odczytu] Returns the selectedChild of the hostComponent or null if no child is currently selected.
IMosaicContainer
Metody publiczne
 MetodaZdefiniowane przez
  
The skin should present a control to allow the user to request a new child element.
IMosaicContainer
  
The skin should present a control to allow the user to close a child element.
IMosaicContainer
  
The skin should present a control to allow the user to save a child element.
IMosaicContainer
 Inherited
commitResize(newWidth:Number, newHeight:Number):void
Records the new size of the component in the DOM structure representing the component.
IMosaicComponent
 Inherited
Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.
ILayoutChild
 Inherited
Returns the localized string associated with the given key.
IMosaicComponent
  
Instructs the hostComponent to handle the Add request.
IMosaicContainer
  
Instructs the hostComponent to handle the Close request.
IMosaicContainer
  
Instructs the hostComponent to give one of its children a new name.
IMosaicContainer
  
Instructs the hostComponent to handle the Save request.
IMosaicContainer
  
selectChildIndex(newIndex:int, oldIndex:int):void
Make the hostComponent show the child at the given index.
IMosaicContainer
Szczegół właściwości

contentList

właściwość
contentList:ISelectableList  [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 list of components managed by this container as a SelectableList.



Implementacja
    public function get contentList():ISelectableList

selectedChild

właściwość 
selectedChild:DisplayObject  [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

Returns the selectedChild of the hostComponent or null if no child is currently selected.



Implementacja
    public function get selectedChild():DisplayObject
Szczegół metody

allowsAdd

()metoda
public function allowsAdd():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

The skin should present a control to allow the user to request a new child element. Pressing the control should invoke the handleAddRequest() function.

Zwraca
Boolean — A value of true if the hostComponent allows new children.

allowsClose

()metoda 
public function allowsClose():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

The skin should present a control to allow the user to close a child element. Pressing the control should invoke the handleCloseRequest() function.

Zwraca
Boolean — true if the hostComponent allows its children to be closed.

allowsSave

()metoda 
public function allowsSave():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

The skin should present a control to allow the user to save a child element. Pressing the control should invoke the handleSaveRequest() function.

Zwraca
Boolean — true if the hostComponent allows its children to be saved.

handleAddRequest

()metoda 
public function handleAddRequest():void

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

Instructs the hostComponent to handle the Add request.

handleCloseRequest

()metoda 
public function handleCloseRequest(index:int):void

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

Instructs the hostComponent to handle the Close request.

Parametry

index:int — The index of the child to close.

handleRenameRequest

()metoda 
public function handleRenameRequest(index:int, newName:String):void

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

Instructs the hostComponent to give one of its children a new name.

Parametry

index:int — The index of the child to give a new name to.
 
newName:String — The new name to give.

handleSaveRequest

()metoda 
public function handleSaveRequest(index:int):void

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

Instructs the hostComponent to handle the Save request.

Parametry

index:int — The index of the child to save.

selectChildIndex

()metoda 
public function selectChildIndex(newIndex:int, oldIndex:int):void

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

Make the hostComponent show the child at the given index.

Parametry

newIndex:int — The index of the child being selected.
 
oldIndex:int — The index of the child that was selected.





[ 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.