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
  

[概 要]

画面構築します.
ModelWaitingDialog
Property detail
messageproperty
message:String  [read-write]

[概 要]

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

[詳 細]

[備 考]

実装
    public function get message():String
    public function set message(value:String):void
Constructor detail
ModelWaitingDialog()constructor
public function ModelWaitingDialog()

[概 要]

コンストラクタです.

[詳 細]

[備 考]

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

[概 要]

画面構築します.

[詳 細]

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

[備 考]