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

IMosaicContainer  - AS3 ADEP Composite Application

Paquetecom.adobe.mosaic.skinning
Interfazpublic interface IMosaicContainer extends IMosaicComponent , ILayoutChild

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



Propiedades públicas
 PropiedadDefinido por
 InheritedallowDelete : Boolean
[solo lectura] Indicates if this component may be deleted or not.
IMosaicComponent
 InheritedcolumnIndex : int
The column index of the component.
ILayoutChild
  contentList : ISelectableList
[solo lectura] 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
[solo lectura] Do Not Use.
IMosaicComponent
 InheritedrowIndex : int
The row index of the component
ILayoutChild
  selectedChild : DisplayObject
[solo lectura] Returns the selectedChild of the hostComponent or null if no child is currently selected.
IMosaicContainer
Métodos públicos
 MétodoDefinido por
  
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
Información sobre propiedades

contentList

propiedad
contentList:ISelectableList  [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 list of components managed by this container as a SelectableList.



Implementación
    public function get contentList():ISelectableList

selectedChild

propiedad 
selectedChild:DisplayObject  [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

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



Implementación
    public function get selectedChild():DisplayObject
Información sobre métodos

allowsAdd

()método
public function allowsAdd():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 skin should present a control to allow the user to request a new child element. Pressing the control should invoke the handleAddRequest() function.

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

allowsClose

()método 
public function allowsClose():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 skin should present a control to allow the user to close a child element. Pressing the control should invoke the handleCloseRequest() function.

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

allowsSave

()método 
public function allowsSave():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 skin should present a control to allow the user to save a child element. Pressing the control should invoke the handleSaveRequest() function.

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

handleAddRequest

()método 
public function handleAddRequest():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

Instructs the hostComponent to handle the Add request.

handleCloseRequest

()método 
public function handleCloseRequest(index:int):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

Instructs the hostComponent to handle the Close request.

Parámetros

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

handleRenameRequest

()método 
public function handleRenameRequest(index:int, newName:String):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

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

Parámetros

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

handleSaveRequest

()método 
public function handleSaveRequest(index:int):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

Instructs the hostComponent to handle the Save request.

Parámetros

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

selectChildIndex

()método 
public function selectChildIndex(newIndex:int, oldIndex:int):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

Make the hostComponent show the child at the given index.

Parámetros

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





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