Paquete | com.adobe.ep.ux.content.event |
Clase | public class RelationEvent |
Herencia | RelationEvent Event Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedad | Definido por | ||
---|---|---|---|
assetDescriptor : com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Asset Type Descriptor for the above asset. | RelationEvent | ||
assetVO : Object
The Asset whose dependencies/relations are being searched for. | RelationEvent | ||
bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | ||
cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | ||
eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | Event | ||
hasModifiedDependency : Boolean
A boolean flag that can be set if relationships have modified dependency as well. | RelationEvent | ||
relationsList : IList
The List of Relations based on which Search is performed. | RelationEvent | ||
resultsCollection : ListCollectionView
The list of Results. | RelationEvent | ||
target : Object [solo lectura]
El destino del evento. | Event | ||
type : String [solo lectura]
El tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | RelationEvent | ||
Duplica una instancia de la subclase Event. | Event | ||
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0. | Event | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Comprueba si se ha llamado a preventDefault() en el evento. | Event | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo. | Event | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento. | Event | ||
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual. | Event | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve una cadena que contiene todas las propiedades del objeto de evento. | Event | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
GET_ALL_DEPENDENCIES_SEARCH : String = "getAllDependenciesSearch" [estática]
Event string informing about all the assets which are related to an asset
either as a related dependency or contained dependency. | RelationEvent | ||
GET_CONTAINED_ASSETS_SEARCH : String = "getContainedAssetsSearch" [estática]
Event string informing about contained assets. | RelationEvent | ||
GET_RELATED_ASSETS_SEARCH : String = "getRelatedAssetsSearch" [estática]
Event string informing about related assets. | RelationEvent |
assetDescriptor | propiedad |
public var assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Asset Type Descriptor for the above asset.
assetVO | propiedad |
public var assetVO:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The Asset whose dependencies/relations are being searched for.
hasModifiedDependency | propiedad |
public var hasModifiedDependency:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A boolean flag that can be set if relationships have modified dependency as well. This flag is used by Publish Dependencies browser.
relationsList | propiedad |
public var relationsList:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The List of Relations based on which Search is performed.
resultsCollection | propiedad |
public var resultsCollection:ListCollectionView
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The list of Results.
RelationEvent | () | Información sobre |
public function RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Parámetrostype:String — Specifies the type of event.
| |
assetVO:Object — Specifies the Asset whose dependencies or relations are being searched for.
| |
assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — Asset Specifies the type Descriptor for the asset, which is specifies by the assetVO property.
| |
relationsList:IList — Specifies the list of relations based on which the search is performed.
| |
resultsColl:ListCollectionView — Specifies the list of results.
| |
hasModifiedDependency:Boolean (default = false ) — Specifies a boolean flag that can be set if relationships have modified dependency as well. This flag is
used by Publish Dependencies browser.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display
list hierarchy.
| |
cancelable:Boolean (default = false ) — Indicates whether the behavior associated with the
event can be prevented.
|
GET_ALL_DEPENDENCIES_SEARCH | Constante |
public static const GET_ALL_DEPENDENCIES_SEARCH:String = "getAllDependenciesSearch"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Event string informing about all the assets which are related to an asset either as a related dependency or contained dependency. This is used by Publish Dependencies browser.
GET_CONTAINED_ASSETS_SEARCH | Constante |
public static const GET_CONTAINED_ASSETS_SEARCH:String = "getContainedAssetsSearch"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Event string informing about contained assets. Contained Assets refer to the assets which are referred by the asset whose relationships are being obtained. This is used by Relationship browser.
GET_RELATED_ASSETS_SEARCH | Constante |
public static const GET_RELATED_ASSETS_SEARCH:String = "getRelatedAssetsSearch"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Event string informing about related assets. Related Assets are those assets which use the asset whose relationships are being obtained. This is used by Relationship browser.
Tue Jun 12 2018, 02:12 PM Z