|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.desc.impl.FormDescImpl
public class FormDescImpl
FormDesc
の実装クラスです。
コンストラクタの概要 | |
---|---|
FormDescImpl(Class<?> formClass)
FormDescImpl を構築します。 |
メソッドの概要 | |
---|---|
List<PropertyDesc> |
getExportSelectionProperties()
ExportSelection アノテーションが付加されたプロパティのリストを取得します。 |
List<PropertyDesc> |
getExportValueProperties()
ExportValue アノテーションが付加されたプロパティのリストを取得します。 |
Class<?> |
getFormClass()
Class オブジェクトを取得します |
List<PropertyDesc> |
getImportSelectionProperties()
ImportSelection アノテーションが付加されたプロパティのリストを取得します。 |
List<PropertyDesc> |
getImportValueProperties()
ImportValue アノテーションが付加されたプロパティのリストを取得します。 |
protected void |
setupExportSelectionField(Field field)
|
protected void |
setupExportvalueField(Field field)
|
protected void |
setupFields()
|
protected void |
setupFieldsByClass(Class<?> targetClass)
|
protected void |
setupImportSelectionField(Field field)
|
protected void |
setupImportValueField(Field field)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FormDescImpl(Class<?> formClass) throws EmptyRuntimeException
FormDescImpl
を構築します。
formClass
- フォームクラスの Class
オブジェクト
EmptyRuntimeException
- formClass
が null
であった場合メソッドの詳細 |
---|
protected void setupFields()
protected void setupFieldsByClass(Class<?> targetClass)
protected void setupImportValueField(Field field)
protected void setupExportvalueField(Field field)
protected void setupImportSelectionField(Field field)
protected void setupExportSelectionField(Field field)
public Class<?> getFormClass()
FormDesc
の記述: Class
オブジェクトを取得します
FormDesc
内の getFormClass
Class
public List<PropertyDesc> getExportSelectionProperties()
FormDesc
の記述: ExportSelection
アノテーションが付加されたプロパティのリストを取得します。
FormDesc
内の getExportSelectionProperties
PropertyDesc
のリストpublic List<PropertyDesc> getExportValueProperties()
FormDesc
の記述: ExportValue
アノテーションが付加されたプロパティのリストを取得します。
FormDesc
内の getExportValueProperties
PropertyDesc
のリストpublic List<PropertyDesc> getImportSelectionProperties()
FormDesc
の記述: ImportSelection
アノテーションが付加されたプロパティのリストを取得します。
FormDesc
内の getImportSelectionProperties
PropertyDesc
のリストpublic List<PropertyDesc> getImportValueProperties()
FormDesc
の記述: ImportValue
アノテーションが付加されたプロパティのリストを取得します。
FormDesc
内の getImportValueProperties
PropertyDesc
のリスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |