適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.livecycle.assetmanager.client.utils 

DDExtendedPropertiesConstants  - AS3 Asset Manager

套件com.adobe.livecycle.assetmanager.client.utils
類別public class DDExtendedPropertiesConstants
繼承DDExtendedPropertiesConstants Inheritance Object
已不建議使用: Deprecated

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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.



公用屬性
 屬性定義自
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
公用方法
 方法定義自
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
 Inherited
會傳回指定之物件的基本值。
Object
公用常數
 常數定義自
  DD_ASSET_ACTIONS : String = "assetActions"
[靜態] Specifies a delimited list of actions associated with an asset type.
DDExtendedPropertiesConstants
  DD_ASSET_ACTIONS_RENDERER : String = "assetActionsRenderer"
[靜態] Specifies the fully qualified class name for custom user interface components that display asset actions.
DDExtendedPropertiesConstants
  DDE_ASSET_PROPERTY_TYPE : String = "assetPropertyType"
[靜態] 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"
[靜態] Specifies whether the property represented by this data dictionary element is enabled for basic search.
DDExtendedPropertiesConstants
  DDE_COLUMN_ORDER : String = "columnOrder"
[靜態] Specifies the column order in the Search Results Viewer.
DDExtendedPropertiesConstants
  DDE_CUSTOM_ITEM_RENDERER : String = "customItemRenderer"
[靜態] Specifies the qualified class name of the custom renderer for this property in the Search Results Viewer.
DDExtendedPropertiesConstants
  DDE_DISPLAY_PATTERN : String = "displayPattern"
[靜態] Specifies the display pattern that is used to display data in Search Renderer.
DDExtendedPropertiesConstants
  DDE_EXTENDED_PROPERTY_PATH : String = "extendedPropertyPath"
[靜態] 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"
[靜態] Specifies the maximum value of the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_MIN_VALUE : String = "minValue"
[靜態] The minimum value for the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_OPTION_LIST : String = "optionList"
[靜態] Specifies a delimited list of possible values to display in the user interface combo box.
DDExtendedPropertiesConstants
  DDE_SEARCHABLE : String = "searchable"
[靜態] 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"
[靜態] Specifies the search path for the property represented by this data dictionary element.
DDExtendedPropertiesConstants
  DDE_SEARCH_RENDERER : String = "searchRenderer"
[靜態] Specifies the name of the custom search renderer for searching this property in Asset Manager.
DDExtendedPropertiesConstants
  DDE_SEARCH_RENDERER_ORDER : String = "searchRendererOrder"
[靜態] The order of search renderer of this property on the Advanced Search pod.
DDExtendedPropertiesConstants
  DDE_VISIBLE : String = "visible"
[靜態] Specifies whether the property represented by this data dictionary element should be displayed in the Search Results Viewer.
DDExtendedPropertiesConstants
  DD_ICON_URL : String = "iconUrl"
[靜態] Specifies the URL of the icon image for the asset represented by this data dictionary.
DDExtendedPropertiesConstants
  DD_PERMISSION_PREFIX : String = "permissionPrefix"
[靜態] Specifies the prefix for permissions associated with the asset type represented by this data dictionary.
DDExtendedPropertiesConstants
  DD_SYSTEMDD_PERMISSION_PREFIX : String = "systemPermissionPrefix"
[靜態] Specifies the prefix for permissions associated with the data dictionaries of type System.
DDExtendedPropertiesConstants
  DD_THUMBNAIL_URL : String = "thumbnailUrl"
[靜態] Specifies a URL for the thumbnail image for the asset represented by this data dictionary.
DDExtendedPropertiesConstants
常數詳細資訊

DD_ASSET_ACTIONS

常數
public static const DD_ASSET_ACTIONS:String = "assetActions"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: AIR 1.0, Flash Player 9, Flash Player 10

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

DD_ASSET_ACTIONS_RENDERER

常數 
public static const DD_ASSET_ACTIONS_RENDERER:String = "assetActionsRenderer"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DD_ICON_URL:String = "iconUrl"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DD_PERMISSION_PREFIX:String = "permissionPrefix"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DD_SYSTEMDD_PERMISSION_PREFIX:String = "systemPermissionPrefix"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DD_THUMBNAIL_URL:String = "thumbnailUrl"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_ASSET_PROPERTY_TYPE:String = "assetPropertyType"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_BASIC_SEARCH_ENABLED:String = "basicSearchEnabled"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_COLUMN_ORDER:String = "columnOrder"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_CUSTOM_ITEM_RENDERER:String = "customItemRenderer"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_DISPLAY_PATTERN:String = "displayPattern"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_EXTENDED_PROPERTY_PATH:String = "extendedPropertyPath"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_MAX_VALUE:String = "maxValue"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_MIN_VALUE:String = "minValue"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_OPTION_LIST:String = "optionList"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_SEARCH_PATH:String = "searchPath"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_SEARCH_RENDERER:String = "searchRenderer"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_SEARCH_RENDERER_ORDER:String = "searchRendererOrder"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_SEARCHABLE:String = "searchable"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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

常數 
public static const DDE_VISIBLE:String = "visible"

語言版本: ActionScript 3.0
產品版本: Asset Manager Building Block 9.5
執行階段版本: 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 ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。