jp.terasoluna.fw.beans
クラス DatePropertyEditorRegistrar

java.lang.Object
  上位を拡張 jp.terasoluna.fw.beans.DatePropertyEditorRegistrar
すべての実装されたインタフェース:
org.springframework.beans.PropertyEditorRegistrar

public class DatePropertyEditorRegistrar
extends Object
implements org.springframework.beans.PropertyEditorRegistrar

Date型のプロパティエディタを生成するクラス。


コンストラクタの概要
DatePropertyEditorRegistrar()
           
 
メソッドの概要
 void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
          カスタムプロパティエディタを生成する。
 void setDateFormat(DateFormat dateFormat)
          日付フォーマットを設定する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DatePropertyEditorRegistrar

public DatePropertyEditorRegistrar()
メソッドの詳細

setDateFormat

public void setDateFormat(DateFormat dateFormat)
日付フォーマットを設定する。

パラメータ:
dateFormat - 日付フォーマット

registerCustomEditors

public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
カスタムプロパティエディタを生成する。

定義:
インタフェース org.springframework.beans.PropertyEditorRegistrar 内の registerCustomEditors
パラメータ:
registry - プロパティエディタを保持するオブジェクト


Copyright © 2012. All Rights Reserved.