パッケージ | com.adobe.solutions.rca.presentation.event |
クラス | public class GanttActionEvent |
継承 | GanttActionEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
ganttAction : String
The action that is clicked. | GanttActionEvent | ||
ganttDataItem : IGanttDataItem
GanttDataItem on which this action was clicked. | GanttActionEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for GanttActionEvent class. | GanttActionEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
GANTT_ACTION_EVENT : String = "ganttActionEvent" [静的]
This type indicates that an option is clicked, in the context menu of an item, in the Gantt chart. | GanttActionEvent |
プロパティの詳細
ganttAction | プロパティ |
ganttAction:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The action that is clicked. This string is same as the one defined in the GanttDataItem
operation list.
実装
public function get ganttAction():String
public function set ganttAction(value:String):void
関連する API エレメント
ganttDataItem | プロパティ |
ganttDataItem:IGanttDataItem
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
GanttDataItem
on which this action was clicked.
実装
public function get ganttDataItem():IGanttDataItem
public function set ganttDataItem(value:IGanttDataItem):void
コンストラクターの詳細
GanttActionEvent | () | コンストラクター |
public function GanttActionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for GanttActionEvent
class.
type:String — The type of the event, accessible as Event.type.
| |
bubbles:Boolean (default = false ) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
| |
cancelable:Boolean (default = false ) — Determines whether the Event object can be canceled. The default values is false.
|
定数の詳細
GANTT_ACTION_EVENT | 定数 |
public static const GANTT_ACTION_EVENT:String = "ganttActionEvent"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This type indicates that an option is clicked, in the context menu of an item, in the Gantt chart.
Tue Jun 12 2018, 10:34 AM Z