パッケージ | com.adobe.ep.ux.content.model.search |
クラス | public class SearchUIControlFactory |
継承 | SearchUIControlFactory ![]() |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor
| SearchUIControlFactory | ||
create(propDesc:AssetPropertyDescriptor, basicSearch:Boolean = false, assetTypeDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor = null):ISearchUIControl [静的]
If propDesc.optionList is not null then return ComboBoxSearchRenderer else
return the search renderers based on property desriptor searchRenderer or propertyType. | SearchUIControlFactory | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
SearchUIControlFactory | () | コンストラクター |
public function SearchUIControlFactory()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Constructor
メソッドの詳細
create | () | メソッド |
public static function create(propDesc:AssetPropertyDescriptor, basicSearch:Boolean = false, assetTypeDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor = null):ISearchUIControl
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
If propDesc.optionList is not null then return ComboBoxSearchRenderer else return the search renderers based on property desriptor searchRenderer or propertyType.
パラメーター
propDesc:AssetPropertyDescriptor — Property descriptor for which renderer is needed
| |
basicSearch:Boolean (default = false ) — is renderer required for Basic Search. default is false.
| |
assetTypeDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor (default = null ) — The asset type descriptor of the asset for which search renderer is to be created
|
ISearchUIControl — An instance of the created search renderer based on inputs
|
Tue Jun 12 2018, 10:34 AM Z