org.seasar.jface.binding.impl
クラス FormDescImpl

java.lang.Object
  上位を拡張 org.seasar.jface.binding.impl.FormDescImpl
すべての実装されたインタフェース:
FormDesc

public class FormDescImpl
extends Object
implements FormDesc

作成者:
y-komori

コンストラクタの概要
FormDescImpl(Class formClass)
           
 
メソッドの概要
 List<Field> getExportSelectionFields()
          ExportSelection アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getExportValueFields()
          ExportValue アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getImportSelectionFields()
          ImportSelection アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getImportValueFields()
          ImportValue アノテーションが付加されたフィールドのリストを取得します。
protected  void setupExportField(Field field)
           
protected  void setupExportSelectionField(Field field)
           
protected  void setupFields()
           
protected  void setupFieldsByClass(Class targetClass)
           
protected  void setupImportField(Field field)
           
protected  void setupImportSelectionField(Field field)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormDescImpl

public FormDescImpl(Class formClass)
             throws org.seasar.framework.exception.EmptyRuntimeException
例外:
org.seasar.framework.exception.EmptyRuntimeException
メソッドの詳細

setupFields

protected void setupFields()

setupFieldsByClass

protected void setupFieldsByClass(Class targetClass)

setupExportField

protected void setupExportField(Field field)

setupImportField

protected void setupImportField(Field field)

setupExportSelectionField

protected void setupExportSelectionField(Field field)

setupImportSelectionField

protected void setupImportSelectionField(Field field)

getExportSelectionFields

public List<Field> getExportSelectionFields()
インタフェース FormDesc の記述:
ExportSelection アノテーションが付加されたフィールドのリストを取得します。

定義:
インタフェース FormDesc 内の getExportSelectionFields
戻り値:
Fieldのリスト

getExportValueFields

public List<Field> getExportValueFields()
インタフェース FormDesc の記述:
ExportValue アノテーションが付加されたフィールドのリストを取得します。

定義:
インタフェース FormDesc 内の getExportValueFields
戻り値:
Fieldのリスト

getImportSelectionFields

public List<Field> getImportSelectionFields()
インタフェース FormDesc の記述:
ImportSelection アノテーションが付加されたフィールドのリストを取得します。

定義:
インタフェース FormDesc 内の getImportSelectionFields
戻り値:
Fieldのリスト

getImportValueFields

public List<Field> getImportValueFields()
インタフェース FormDesc の記述:
ImportValue アノテーションが付加されたフィールドのリストを取得します。

定義:
インタフェース FormDesc 内の getImportValueFields
戻り値:
Fieldのリスト


Copyright © 2006 The Seasar Foundation. All Rights Reserved.