Packagejp.co.fujitsu.reffi.client.flex.controller
Classpublic class ErrorDialog
InheritanceErrorDialog Inheritance mx.containers.TitleWindow

[概 要]

コントローラにてキャッチしたエラーを表示するダイアログコンポーネント.

[詳 細]

[備 考]

本クラスはReffiのコントローラ内部で利用するものなので、殆どの場合において 直接利用することはありません。

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



Public Properties
 PropertyDefined by
  errorMessage : String

[概 要]

画面に表示するエラーメッセージのプロパティです.
ErrorDialog
  errorTitle : String

[概 要]

画面に表示するエラータイトルのプロパティです.
ErrorDialog
Public Methods
 MethodDefined by
  

[概 要]

コンストラクタです.
ErrorDialog
  
closeHandler(event:CloseEvent):void

[概 要]

画面を閉じる際のイベントハンドラーです.
ErrorDialog
Protected Methods
 MethodDefined by
  

[概 要]

画面構成を構築します.
ErrorDialog
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

[概 要]

画面の描画情報を更新します.
ErrorDialog
Public Constants
 ConstantDefined by
  DEFAULT_TITLE : String = "Error"
[static] デフォルトタイトル
ErrorDialog
Property detail
errorMessageproperty
errorMessage:String  [read-write]

[概 要]

画面に表示するエラーメッセージのプロパティです.

[詳 細]

[備 考]

実装
    public function get errorMessage():String
    public function set errorMessage(value:String):void
errorTitleproperty 
errorTitle:String  [read-write]

[概 要]

画面に表示するエラータイトルのプロパティです.

[詳 細]

[備 考]

実装
    public function get errorTitle():String
    public function set errorTitle(value:String):void
Constructor detail
ErrorDialog()constructor
public function ErrorDialog()

[概 要]

コンストラクタです.

[詳 細]

[備 考]

Method detail
closeHandler()method
public function closeHandler(event:CloseEvent):void

[概 要]

画面を閉じる際のイベントハンドラーです.

[詳 細]

[備 考]

パラメータ
event:CloseEvent
createChildren()method 
protected override function createChildren():void

[概 要]

画面構成を構築します.

[詳 細]

[備 考]

updateDisplayList()method 
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

[概 要]

画面の描画情報を更新します.

[詳 細]

[備 考]

パラメータ
unscaledWidth:Number
 
unscaledHeight:Number
Constant detail
DEFAULT_TITLEconstant
public static const DEFAULT_TITLE:String = "Error"

デフォルトタイトル