Uses of Interface
org.springframework.richclient.widget.table.Writer

Packages that use Writer
org.springframework.richclient.widget.table   
 

Uses of Writer in org.springframework.richclient.widget.table
 

Classes in org.springframework.richclient.widget.table that implement Writer
 class NestedWriter
          This Writer uses a chaining implementation of getter methods to allow nested properties.
 class SimpleWriter
          Basic implementation of a Writer.
 

Methods in org.springframework.richclient.widget.table that return Writer
static Writer ClassUtils.getWriterForProperty(Class<?> beanClass, String propertyName)
          Create a Writer for the given property.
 



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