org.seasar.uruma.desc.impl
クラス FormDescImpl
java.lang.Object
org.seasar.uruma.desc.impl.FormDescImpl
- すべての実装されたインタフェース:
- FormDesc
public class FormDescImpl
- extends Object
- implements FormDesc
FormDesc
の実装クラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormDescImpl
public FormDescImpl(Class<?> formClass)
throws EmptyRuntimeException
FormDescImpl
を構築します。
- パラメータ:
formClass
- フォームクラスの Class
オブジェクト
- 例外:
EmptyRuntimeException
- formClass
が null
であった場合
setupFields
protected void setupFields()
setupFieldsByClass
protected void setupFieldsByClass(Class<?> targetClass)
setupImportValueField
protected void setupImportValueField(Field field)
setupExportvalueField
protected void setupExportvalueField(Field field)
setupImportSelectionField
protected void setupImportSelectionField(Field field)
setupExportSelectionField
protected void setupExportSelectionField(Field field)
getExportSelectionProperties
public List<PropertyDesc> getExportSelectionProperties()
- インタフェース
FormDesc
の記述:
ExportSelection
アノテーションが付加されたプロパティのリストを取得します。
- 定義:
- インタフェース
FormDesc
内の getExportSelectionProperties
- 戻り値:
PropertyDesc
のリスト
getExportValueProperties
public List<PropertyDesc> getExportValueProperties()
- インタフェース
FormDesc
の記述:
ExportValue
アノテーションが付加されたプロパティのリストを取得します。
- 定義:
- インタフェース
FormDesc
内の getExportValueProperties
- 戻り値:
PropertyDesc
のリスト
getImportSelectionProperties
public List<PropertyDesc> getImportSelectionProperties()
- インタフェース
FormDesc
の記述:
ImportSelection
アノテーションが付加されたプロパティのリストを取得します。
- 定義:
- インタフェース
FormDesc
内の getImportSelectionProperties
- 戻り値:
PropertyDesc
のリスト
getImportValueProperties
public List<PropertyDesc> getImportValueProperties()
- インタフェース
FormDesc
の記述:
ImportValue
アノテーションが付加されたプロパティのリストを取得します。
- 定義:
- インタフェース
FormDesc
内の getImportValueProperties
- 戻り値:
PropertyDesc
のリスト
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.