|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.swing.desc.DefaultModelDesc
public class DefaultModelDesc
ModelDescの標準実装です。
| コンストラクタの概要 | |
|---|---|
DefaultModelDesc(java.lang.Class<?> modelClass)
|
|
| メソッドの概要 | |
|---|---|
java.lang.Class<?> |
getModelClass()
モデルのクラスを返します。 |
ModelPropertyDesc |
getModelPropertyDesc(java.lang.String propertyName)
指定された名前のプロパティに対応する記述子を取得します。 |
java.util.Collection<ModelPropertyDesc> |
getModelPropertyDescs()
モデルが持つプロパティの記述子一覧を返します。 |
boolean |
hasModelPropertyDesc(java.lang.String propertyName)
指定された名前のプロパティ記述子を持つかどうかを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DefaultModelDesc(java.lang.Class<?> modelClass)
| メソッドの詳細 |
|---|
public java.lang.Class<?> getModelClass()
ModelDesc の記述:
ModelDesc 内の getModelClasspublic java.util.Collection<ModelPropertyDesc> getModelPropertyDescs()
ModelDesc の記述:
ModelDesc 内の getModelPropertyDescspublic boolean hasModelPropertyDesc(java.lang.String propertyName)
ModelDesc の記述:
ModelDesc 内の hasModelPropertyDescpropertyName - プロパティ名
public ModelPropertyDesc getModelPropertyDesc(java.lang.String propertyName)
ModelDesc の記述:
ModelDesc 内の getModelPropertyDescpropertyName - プロパティ名
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||