org.seasar.uruma.binding.value.binder
クラス DateTimeValueBinder

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.value.binder.AbstractValueBinder<DateTime>
      上位を拡張 org.seasar.uruma.binding.value.binder.DateTimeValueBinder
すべての実装されたインタフェース:
ValueBinder

public class DateTimeValueBinder
extends AbstractValueBinder<DateTime>

DateTime のための ValueBinder です。

作成者:
shhirose

フィールドの概要
 
クラス org.seasar.uruma.binding.value.binder.AbstractValueBinder から継承されたフィールド
EXPORT_SELECTION, EXPORT_VALUE, IMPORT_SELECTION, IMPORT_VALUE
 
コンストラクタの概要
DateTimeValueBinder()
          DateTimeValueBinder を構築します。
 
メソッドの概要
protected  void doExportValue(DateTime widget, Object formObj, PropertyDesc propDesc, UIComponent uiComp)
          フォームの値をウィジットへ設定します。
protected  void doImportValue(DateTime widget, Object formObj, PropertyDesc propDesc, UIComponent uiComp)
          ウィジットの値をフォームへ設定します。
 
クラス org.seasar.uruma.binding.value.binder.AbstractValueBinder から継承されたメソッド
doExportSelection, doImportSelection, exportSelection, exportValue, getWidgetType, importSelection, importValue, logBinding, setClassToProvider
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DateTimeValueBinder

public DateTimeValueBinder()
DateTimeValueBinder を構築します。

メソッドの詳細

doImportValue

protected void doImportValue(DateTime widget,
                             Object formObj,
                             PropertyDesc propDesc,
                             UIComponent uiComp)
クラス AbstractValueBinder の記述:
ウィジットの値をフォームへ設定します。
本メソッドをサブクラスでオーバーライドしてください。
デフォルトでは何も行いません。

オーバーライド:
クラス AbstractValueBinder<DateTime> 内の doImportValue
パラメータ:
widget - ウィジット側オブジェクト
formObj - フォーム側オブジェクト
propDesc - フォーム側のプロパティを表す PropertyDesc オブジェクト
uiComp - コンポーネント

doExportValue

protected void doExportValue(DateTime widget,
                             Object formObj,
                             PropertyDesc propDesc,
                             UIComponent uiComp)
クラス AbstractValueBinder の記述:
フォームの値をウィジットへ設定します。
デフォルトでは、 widgetStructuredViewer のサブクラスかつコンテンツプロバイダが ContentsHolder の実装クラスである場合に、 propDesc の持つ値をコンテンツプロバイダへ設定します。
デフォルト処理をカスタマイズしたい場合は、サブクラスでオーバーライドしてください。

オーバーライド:
クラス AbstractValueBinder<DateTime> 内の doExportValue
パラメータ:
widget - ウィジット側オブジェクト
formObj - フォーム側オブジェクト
propDesc - フォーム側のプロパティを表す PropertyDesc オブジェクト
uiComp - コンポーネント


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.