|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
内の getModelClass
public java.lang.Class<?> getPropertyClass()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getPropertyClass
public java.lang.String getPropertyName()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getPropertyName
public org.seasar.framework.beans.PropertyDesc getPropertyDesc()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getPropertyDesc
public java.util.List<Constraint> getConstraints()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getConstraints
public org.jdesktop.beansbinding.Converter<?,?> getConverter()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getConverter
public java.lang.Class<?> getRowClass()
ModelPropertyDesc
の記述: @Row
アノテーションが付与されている場合、その引数で指定された行クラスを返します。
ModelPropertyDesc
内の getRowClass
public Column getColumn()
ModelPropertyDesc
の記述: @Column
アノテーションが付与されている場合、そのアノテーションを返します。
ModelPropertyDesc
内の getColumn
public java.lang.String getLabel()
ModelPropertyDesc
の記述:
ModelPropertyDesc
内の getLabel
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |