Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.procmgmt.ui.startpoint 

StartpointDetailsModel  - AS3 ADEP Workspace

パッケージlc.procmgmt.ui.startpoint
クラスpublic class StartpointDetailsModel
継承StartpointDetailsModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The StartpointDetailsModel class provides support for the views that are interested in StartpointDetails component.



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 Inheritedsession : SessionMap
A SessionMap object that stores information relating to the server session.
PresentationModel
 Inheritedstate : String
[読み取り専用] The name of the state the current view is in.
PresentationModel
  task : lc.procmgmt.domain:Task
[読み取り専用] The task associated with the selected startpoint.
StartpointDetailsModel
  taskImageModel : lc.procmgmt.ui.task:TaskImageModel
The details of an image associated with a task.
StartpointDetailsModel
  taskInfoModel : lc.procmgmt.ui.task:TaskInfoModel
The details of a task.
StartpointDetailsModel
パブリックメソッド
 メソッド定義元
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
EventDispatcher
 Inherited
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or property chain on the source object.
PresentationModel
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
 Inherited
getCSSStyle(declaration:String, styleProperty:String, defaultValue:Object = null):Object
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
PresentationModel
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
PresentationModel
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
  
Dispatches a TaskEvent.OPEN event when the process card is selected in Workspace.
StartpointDetailsModel
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
  
Reinitializes the TaskInfoModel and TaskImageModel objects.
StartpointDetailsModel
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
プロテクトメソッド
 メソッド定義元
 Inherited
setState(newState:String):void
Sets the state property to a new value and causes a PropertyChangeEvent event.
PresentationModel
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
  The event is dispatched when an process card is selected in Workspace.StartpointDetailsModel
プロパティの詳細

task

プロパティ
task:lc.procmgmt.domain:Task  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The task associated with the selected startpoint.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get task():lc.procmgmt.domain:Task

taskImageModel

プロパティ 
taskImageModel:lc.procmgmt.ui.task:TaskImageModel

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The details of an image associated with a task.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get taskImageModel():lc.procmgmt.ui.task:TaskImageModel
    public function set taskImageModel(value:lc.procmgmt.ui.task:TaskImageModel):void

taskInfoModel

プロパティ 
taskInfoModel:lc.procmgmt.ui.task:TaskInfoModel

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The details of a task.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get taskInfoModel():lc.procmgmt.ui.task:TaskInfoModel
    public function set taskInfoModel(value:lc.procmgmt.ui.task:TaskInfoModel):void
メソッドの詳細

openForm

()メソッド
public function openForm():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatches a TaskEvent.OPEN event when the process card is selected in Workspace.

reset

()メソッド 
public function reset():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Reinitializes the TaskInfoModel and TaskImageModel objects. This method gets called when the StartpointDetailsSelectorModel object is being reset.

イベントの詳細

open

イベント
イベントオブジェクトの型: lc.procmgmt.events.TaskEvent
プロパティ TaskEvent.type = lc.procmgmt.events.TaskEvent.OPEN

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The event is dispatched when an process card is selected in Workspace.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。