パッケージ | com.adobe.mosaic.sparklib.optionMenu |
クラス | public class OptionMenuEvent |
継承 | OptionMenuEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
ランタイムバージョン: | Flash Player 10.1, AIR 2.0.2 |
OptionMenuButton
class.
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
index : int
The index of the selected item when the event type is SELECT_ITEM. | OptionMenuEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | OptionMenuEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
CLOSE_ITEM : String = "closeItem" [静的]
A special value that is dispatched when the Close item is selected from the menu. | OptionMenuEvent | ||
SAVE_AS_ITEM : String = "saveAsItem" [静的]
A special value that is dispatched when the Save As item is selected from the menu. | OptionMenuEvent | ||
SAVE_ITEM : String = "saveItem" [静的]
A special value that is dispatched when the Save item is selected from the menu. | OptionMenuEvent | ||
SELECT_ITEM : String = "selectItem" [静的]
A special value that is dispatched when a item is selected from the menu. | OptionMenuEvent | ||
SHOW_LINK : String = "showLink" [静的]
A special value that is dispatched when the Show Link item is selected from the menu. | OptionMenuEvent |
プロパティの詳細
index | プロパティ |
public var index:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The index of the selected item when the event type is SELECT_ITEM
.
コンストラクターの詳細
OptionMenuEvent | () | コンストラクター |
public function OptionMenuEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor.
パラメーターtype:String — The event type; one of SELECT_ITEM , CLOSE_ITEM , or SAVE_ITEM .
| |
bubbles:Boolean (default = true ) — Indicates if the event should travel up the event chain.
| |
cancelable:Boolean (default = false ) — Indicates if the event can be cancelled.
|
定数の詳細
CLOSE_ITEM | 定数 |
public static const CLOSE_ITEM:String = "closeItem"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Close
item is selected from the menu.
SAVE_AS_ITEM | 定数 |
public static const SAVE_AS_ITEM:String = "saveAsItem"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Save As
item is selected from the menu.
SAVE_ITEM | 定数 |
public static const SAVE_ITEM:String = "saveItem"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Save
item is selected from the menu.
SELECT_ITEM | 定数 |
public static const SELECT_ITEM:String = "selectItem"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when a item is selected from the menu.
SHOW_LINK | 定数 |
public static const SHOW_LINK:String = "showLink"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that is dispatched when the Show Link
item is selected from the menu.
Tue Jun 12 2018, 10:34 AM Z