|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.swing.desc.DefaultModelPropertyDesc
public class DefaultModelPropertyDesc
ModelPropertyDescの標準実装です。
| コンストラクタの概要 | |
|---|---|
DefaultModelPropertyDesc(org.seasar.framework.beans.PropertyDesc propertyDesc)
|
|
| メソッドの概要 | |
|---|---|
Column |
getColumn()
プロパティに @Columnアノテーションが付与されている場合、そのアノテーションを返します。 |
java.util.List<Constraint> |
getConstraints()
プロパティに関連付けられた制約の一覧を返します。 |
org.jdesktop.beansbinding.Converter<?,?> |
getConverter()
プロパティに関連付けられたコンバータを返します。 |
java.lang.String |
getLabel()
画面上でプロパティ名として表示するラベルを返します。 |
java.lang.Class<?> |
getModelClass()
プロパティを保持するモデルのクラスを返します。 |
java.lang.Class<?> |
getPropertyClass()
プロパティのクラスを返します。 |
org.seasar.framework.beans.PropertyDesc |
getPropertyDesc()
Seasarのプロパティ記述子を返します。 |
java.lang.String |
getPropertyName()
プロパティ名を返します。 |
java.lang.Class<?> |
getRowClass()
プロパティに @Rowアノテーションが付与されている場合、その引数で指定された行クラスを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DefaultModelPropertyDesc(org.seasar.framework.beans.PropertyDesc propertyDesc)
| メソッドの詳細 |
|---|
public java.lang.Class<?> getModelClass()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getModelClasspublic java.lang.Class<?> getPropertyClass()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getPropertyClasspublic java.lang.String getPropertyName()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getPropertyNamepublic org.seasar.framework.beans.PropertyDesc getPropertyDesc()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getPropertyDescpublic java.util.List<Constraint> getConstraints()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getConstraintspublic org.jdesktop.beansbinding.Converter<?,?> getConverter()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getConverterpublic java.lang.Class<?> getRowClass()
ModelPropertyDesc の記述: @Rowアノテーションが付与されている場合、その引数で指定された行クラスを返します。
ModelPropertyDesc 内の getRowClasspublic Column getColumn()
ModelPropertyDesc の記述: @Columnアノテーションが付与されている場合、そのアノテーションを返します。
ModelPropertyDesc 内の getColumnpublic java.lang.String getLabel()
ModelPropertyDesc の記述:
ModelPropertyDesc 内の getLabel
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||