Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.livecycle.assetmanager.client.utils 

DDExtendedPropertiesConstants  - AS3 Asset Manager

Pacotecom.adobe.livecycle.assetmanager.client.utils
Classepublic class DDExtendedPropertiesConstants
HerançaDDExtendedPropertiesConstants Inheritance Object
Deprecado: Deprecated

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

A collection of properties that are used by Asset Manager components to render the Manage Assets UI Search Pod and Search Results Viewer. These properties are stored in the extendedProperties map in DataDictionary and DataDictionaryElement.



Propriedades públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
Métodos públicos
 MétodoDefinido por
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna a representação de string do objeto especificado.
Object
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  DD_ASSET_ACTIONS : String = "assetActions"
[estático] Specifies a delimited list of actions associated with an asset type.
DDExtendedPropertiesConstants
  DD_ASSET_ACTIONS_RENDERER : String = "assetActionsRenderer"
[estático] Specifies the fully qualified class name for custom user interface components that display asset actions.
DDExtendedPropertiesConstants
  DDE_ASSET_PROPERTY_TYPE : String = "assetPropertyType"
[estático] Specifies whether the property represented by this data dictionary element is a core property of the asset, that is, a plain old Java object, or an extended property.
DDExtendedPropertiesConstants
  DDE_BASIC_SEARCH_ENABLED : String = "basicSearchEnabled"
[estático] Specifies whether the property represented by this data dictionary element is enabled for basic search.
DDExtendedPropertiesConstants
  DDE_COLUMN_ORDER : String = "columnOrder"
[estático] Specifies the column order in the Search Results Viewer.
DDExtendedPropertiesConstants
  DDE_CUSTOM_ITEM_RENDERER : String = "customItemRenderer"
[estático] Specifies the qualified class name of the custom renderer for this property in the Search Results Viewer.
DDExtendedPropertiesConstants
  DDE_DISPLAY_PATTERN : String = "displayPattern"
[estático] Specifies the display pattern that is used to display data in Search Renderer.
DDExtendedPropertiesConstants
  DDE_EXTENDED_PROPERTY_PATH : String = "extendedPropertyPath"
[estático] Specifies the path of the property represented by this data dictionary element in a Flex value object, if that property is an extended property.
DDExtendedPropertiesConstants
  DDE_MAX_VALUE : String = "maxValue"
[estático] Specifies the maximum value of the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_MIN_VALUE : String = "minValue"
[estático] The minimum value for the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_OPTION_LIST : String = "optionList"
[estático] Specifies a delimited list of possible values to display in the user interface combo box.
DDExtendedPropertiesConstants
  DDE_SEARCHABLE : String = "searchable"
[estático] Specifies whether the property represented by this data dictionary element is searchable through the Asset Manager Advanced Search pod.
DDExtendedPropertiesConstants
  DDE_SEARCH_PATH : String = "searchPath"
[estático] Specifies the search path for the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_SEARCH_RENDERER : String = "searchRenderer"
[estático] Specifies the name of the custom search renderer for searching this property in Asset Manager.
DDExtendedPropertiesConstants
  DDE_SEARCH_RENDERER_ORDER : String = "searchRendererOrder"
[estático] The order of search renderer of this property on the Advanced Search pod.
DDExtendedPropertiesConstants
  DDE_VISIBLE : String = "visible"
[estático] Specifies whether the property represented by this data dictionary element should be displayed in the Search Results Viewer.
DDExtendedPropertiesConstants
  DD_ICON_URL : String = "iconUrl"
[estático] Specifies the URL of the icon image for the asset represented by this data dictionary.
DDExtendedPropertiesConstants
  DD_PERMISSION_PREFIX : String = "permissionPrefix"
[estático] Specifies the prefix for permissions associated with the asset type represented by this data dictionary.
DDExtendedPropertiesConstants
  DD_SYSTEMDD_PERMISSION_PREFIX : String = "systemPermissionPrefix"
[estático] Specifies the prefix for permissions associated with the data dictionaries of type System.
DDExtendedPropertiesConstants
  DD_THUMBNAIL_URL : String = "thumbnailUrl"
[estático] Specifies a URL for the thumbnail image for the asset represented by this data dictionary.
DDExtendedPropertiesConstants
Detalhes da constante

DD_ASSET_ACTIONS

Constante
public static const DD_ASSET_ACTIONS:String = "assetActions"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a delimited list of actions associated with an asset type.

DD_ASSET_ACTIONS_RENDERER

Constante 
public static const DD_ASSET_ACTIONS_RENDERER:String = "assetActionsRenderer"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the fully qualified class name for custom user interface components that display asset actions. Used to override the default.

DD_ICON_URL

Constante 
public static const DD_ICON_URL:String = "iconUrl"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the URL of the icon image for the asset represented by this data dictionary.

DD_PERMISSION_PREFIX

Constante 
public static const DD_PERMISSION_PREFIX:String = "permissionPrefix"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the prefix for permissions associated with the asset type represented by this data dictionary.

DD_SYSTEMDD_PERMISSION_PREFIX

Constante 
public static const DD_SYSTEMDD_PERMISSION_PREFIX:String = "systemPermissionPrefix"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the prefix for permissions associated with the data dictionaries of type System.

DD_THUMBNAIL_URL

Constante 
public static const DD_THUMBNAIL_URL:String = "thumbnailUrl"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a URL for the thumbnail image for the asset represented by this data dictionary.

DDE_ASSET_PROPERTY_TYPE

Constante 
public static const DDE_ASSET_PROPERTY_TYPE:String = "assetPropertyType"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies whether the property represented by this data dictionary element is a core property of the asset, that is, a plain old Java object, or an extended property.

DDE_BASIC_SEARCH_ENABLED

Constante 
public static const DDE_BASIC_SEARCH_ENABLED:String = "basicSearchEnabled"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies whether the property represented by this data dictionary element is enabled for basic search. There can only be one such property for an asset.

DDE_COLUMN_ORDER

Constante 
public static const DDE_COLUMN_ORDER:String = "columnOrder"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the column order in the Search Results Viewer. This is not an exact order but a relative preference. A value of 0 means it has the highest preference to appear as the first column.

DDE_CUSTOM_ITEM_RENDERER

Constante 
public static const DDE_CUSTOM_ITEM_RENDERER:String = "customItemRenderer"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the qualified class name of the custom renderer for this property in the Search Results Viewer.

DDE_DISPLAY_PATTERN

Constante 
public static const DDE_DISPLAY_PATTERN:String = "displayPattern"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the display pattern that is used to display data in Search Renderer. For example, the display pattern for date information.

DDE_EXTENDED_PROPERTY_PATH

Constante 
public static const DDE_EXTENDED_PROPERTY_PATH:String = "extendedPropertyPath"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the path of the property represented by this data dictionary element in a Flex value object, if that property is an extended property.

DDE_MAX_VALUE

Constante 
public static const DDE_MAX_VALUE:String = "maxValue"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the maximum value of the property represented by this data dictionary element. Used with the NumericStepper control to set a maximum value.

DDE_MIN_VALUE

Constante 
public static const DDE_MIN_VALUE:String = "minValue"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

The minimum value for the property represented by this data dictionary element. Used with the NumericStepper control to set a minimum value.

DDE_OPTION_LIST

Constante 
public static const DDE_OPTION_LIST:String = "optionList"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies a delimited list of possible values to display in the user interface combo box.

DDE_SEARCH_PATH

Constante 
public static const DDE_SEARCH_PATH:String = "searchPath"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the search path for the property represented by this data dictionary element. This search path is used while searching assets via Data Services. If searchPath is not provided, then DDElement.path is used as searchPath.

DDE_SEARCH_RENDERER

Constante 
public static const DDE_SEARCH_RENDERER:String = "searchRenderer"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the name of the custom search renderer for searching this property in Asset Manager.

DDE_SEARCH_RENDERER_ORDER

Constante 
public static const DDE_SEARCH_RENDERER_ORDER:String = "searchRendererOrder"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

The order of search renderer of this property on the Advanced Search pod. This is not an exact order but a relative preference.

DDE_SEARCHABLE

Constante 
public static const DDE_SEARCHABLE:String = "searchable"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies whether the property represented by this data dictionary element is searchable through the Asset Manager Advanced Search pod.

DDE_VISIBLE

Constante 
public static const DDE_VISIBLE:String = "visible"

Versão da linguagem: ActionScript 3.0
Versão de produto: Asset Manager Building Block 9.5
Versões de runtime: AIR 1.0, Flash Player 9, Flash Player 10

Specifies whether the property represented by this data dictionary element should be displayed in the Search Results Viewer.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.