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
  
[override] [概 要] 画面構成を構築します.
ErrorDialog
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override] [概 要] 画面の描画情報を更新します.
ErrorDialog
Public Constants
 ConstantDefined By
  DEFAULT_TITLE : String = Error
[static] デフォルトタイトル
ErrorDialog
Property Detail
errorMessageproperty
errorMessage:String

[概 要]

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

[詳 細]

[備 考]


Implementation
    public function get errorMessage():String
    public function set errorMessage(value:String):void
errorTitleproperty 
errorTitle:String

[概 要]

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

[詳 細]

[備 考]


Implementation
    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

[概 要]

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

[詳 細]

[備 考]

Parameters

event:CloseEvent

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

[概 要]

画面構成を構築します.

[詳 細]

[備 考]

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

[概 要]

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

[詳 細]

[備 考]

Parameters

unscaledWidth:Number
 
unscaledHeight:Number

Constant Detail
DEFAULT_TITLEConstant
public static const DEFAULT_TITLE:String = Error

デフォルトタイトル