Uses of Class
org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor

Packages that use AbstractNestedMemberPropertyAccessor
org.springframework.richclient.beans   
 

Uses of AbstractNestedMemberPropertyAccessor in org.springframework.richclient.beans
 

Subclasses of AbstractNestedMemberPropertyAccessor in org.springframework.richclient.beans
 class DefaultMemberPropertyAccessor
          This class implements actual access to properties for AbstractNestedMemberPropertyAccessor.
 

Methods in org.springframework.richclient.beans that return AbstractNestedMemberPropertyAccessor
protected  AbstractNestedMemberPropertyAccessor DefaultMemberPropertyAccessor.createChildPropertyAccessor(String propertyName)
           
protected abstract  AbstractNestedMemberPropertyAccessor AbstractNestedMemberPropertyAccessor.createChildPropertyAccessor(String propertyName)
           
protected  AbstractNestedMemberPropertyAccessor AbstractNestedMemberPropertyAccessor.getParentPropertyAccessor()
           
 

Constructors in org.springframework.richclient.beans with parameters of type AbstractNestedMemberPropertyAccessor
AbstractNestedMemberPropertyAccessor(AbstractNestedMemberPropertyAccessor parent, String baseProperty)
           
DefaultMemberPropertyAccessor(AbstractNestedMemberPropertyAccessor parent, String baseProperty)
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.