org.seasar.swing.property
クラス PropertyPath

java.lang.Object
  上位を拡張 org.seasar.swing.property.PropertyPath

public class PropertyPath
extends java.lang.Object

作成者:
kaiseh

コンストラクタの概要
PropertyPath(java.lang.String expression)
           
 
メソッドの概要
 java.lang.String getExpression()
           
 org.seasar.framework.beans.PropertyDesc getPropertyDesc(java.lang.Object root)
           
 java.lang.Object getPropertyHolder(java.lang.Object root)
           
 java.lang.String getPropertyName()
           
 boolean hasProperty(java.lang.Object root)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyPath

public PropertyPath(java.lang.String expression)
メソッドの詳細

getExpression

public java.lang.String getExpression()

getPropertyName

public java.lang.String getPropertyName()

hasProperty

public boolean hasProperty(java.lang.Object root)

getPropertyHolder

public java.lang.Object getPropertyHolder(java.lang.Object root)

getPropertyDesc

public org.seasar.framework.beans.PropertyDesc getPropertyDesc(java.lang.Object root)