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

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

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

Subinterfaces of Accessor in org.springframework.richclient.widget.table
 interface Writer
          Writer interface: extends the Accessor to allow write-access.
 

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

Methods in org.springframework.richclient.widget.table that return Accessor
 Accessor PropertyColumn.getAccessor()
           
static Accessor ClassUtils.getAccessorForProperty(Class<?> clazz, String propertyName)
          Create an Accessor for the given property.
 

Methods in org.springframework.richclient.widget.table with parameters of type Accessor
 void PropertyColumn.setAccessor(Accessor accessor)
          Set the accessor to use when retrieving the property value.
 

Constructors in org.springframework.richclient.widget.table with parameters of type Accessor
PropertyColumn(Class<?> type, Accessor accessor, String propertyName, String[] headerKeys, int minWidth, int maxWidth, boolean resizable, TableCellRenderer renderer, TableCellEditor editor, Comparator<?> comparator, boolean isSelectColumn, boolean visible)
          Deprecated. Please use the other system (minimal constructor + adding necessary elements)
PropertyColumn(String propertyName, Accessor accessor, Class<?> propertyType)
          Minimal construction requires a propertyName and an Accessor.
 



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