| パッケージ | com.adobe.icc.vo |
| クラス | public class CustomAction |
| 継承 | CustomAction Object |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 10 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| actionConfig : Object
Specifies the extended properties of the underlying object. | CustomAction | ||
| actionHandler : String
Qulaified class name of the handler who will be handling this action click. | CustomAction | ||
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
| label : String
The label property of the underlying object. | CustomAction | ||
| name : String
The name property of the underlying object. | CustomAction | ||
| permissionName : String
The permissionName property of the underlying object. | CustomAction | ||
| styleName : String
The styleName property of the underlying object. | CustomAction | ||
| tooltip : String
The toolTip property of the underlying object. | CustomAction | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor
| CustomAction | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
プロパティの詳細
actionConfig | プロパティ |
actionConfig:Object| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 9.5 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the extended properties of the underlying object.
実装
public function get actionConfig():Object public function set actionConfig(value:Object):voidactionHandler | プロパティ |
actionHandler:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 9.5 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Qulaified class name of the handler who will be handling this action click. It should implement com.adobe.acm.solutions.domain.extensions.IActionHandler interface
実装
public function get actionHandler():String public function set actionHandler(value:String):voidlabel | プロパティ |
name | プロパティ |
permissionName | プロパティ |
permissionName:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 9.5 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The permissionName property of the underlying object.
実装
public function get permissionName():String public function set permissionName(value:String):voidstyleName | プロパティ |
tooltip | プロパティ |
コンストラクターの詳細
CustomAction | () | コンストラクター |
public function CustomAction()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Asset Composer Building Block 9.5 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示