Пакет | com.adobe.livecycle.assetmanager.client.utils |
Класс | public class DDExtendedPropertiesConstants |
Наследование | DDExtendedPropertiesConstants Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Manager Building Block 9.5 |
Версии среды выполнения: | AIR 1.0, Flash Player 9, Flash Player 10 |
Константа | Определено | ||
---|---|---|---|
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.
Tue Jun 12 2018, 11:34 AM Z