org.seasar.swing.property
クラス PropertyPath
java.lang.Object
   org.seasar.swing.property.PropertyPath
org.seasar.swing.property.PropertyPath
- public class PropertyPath 
- extends java.lang.Object
- 作成者:
- kaiseh
 
 
| クラス 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)
-