Packagejp.co.fujitsu.reffi.client.flex.controller
Classpublic class ModelWaitingDialog
InheritanceModelWaitingDialog Inheritance mx.containers.TitleWindow

[概 要]

同期処理時に表示されるモーダルダイアログコンポーネントです.

[詳 細]

BaseAction#isWaitModelsDoneがtrueを返す場合に、実行モデルが終了するまで モーダル表示される画面クラスです。

[備 考]

Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.



Public Properties
 PropertyDefined By
  message : String
[概 要] プログレスバーにて表示するメッセージを設定します。 [詳 細] [備 考]
ModelWaitingDialog
Public Methods
 MethodDefined By
  
[概 要] コンストラクタです.
ModelWaitingDialog
Protected Methods
 MethodDefined By
  
[override] [概 要] 画面構築します.
ModelWaitingDialog
Property Detail
messageproperty
message:String

[概 要]

プログレスバーにて表示するメッセージを設定します。

[詳 細]

[備 考]


Implementation
    public function get message():String
    public function set message(value:String):void
Constructor Detail
ModelWaitingDialog()Constructor
public function ModelWaitingDialog()

[概 要]

コンストラクタです.

[詳 細]

[備 考]

Method Detail
createChildren()method
override protected function createChildren():void

[概 要]

画面構築します.

[詳 細]

プログレスバーオブジェクトを追加します。

[備 考]