Package org.springframework.richclient.widget.table

Show UML class diagram
Interface Summary
Accessor Accessor interface: defines a way to access a value and it's type.
TableDescription TableDescription
TableWidget<T> TableWidget describes the needed functionality for widgets that produce tables.
Writer Writer interface: extends the Accessor to allow write-access.
 

Class Summary
ClassUtils A number of helper classes to retrieve getter and setter methods.
NestedAccessor This Accessor uses a chaining implementation of getter methods to allow nested properties.
NestedWriter This Writer uses a chaining implementation of getter methods to allow nested properties.
PropertyColumn A column descriptor to access a specific property.
PropertyColumnTableDescription PropertyColumnTableDescription is the default implementation of TableDescription which uses class introspection to create columns.
SimpleAccessor Basic implementation of an Accessor.
SimpleWriter Basic implementation of a Writer.
TableCellRenderers Voorziet een paar eenvoudige renderers voor gebruiksgemak.
TableCellRenderers.AlignedRenderer  
TableCellRenderers.AlignedTableHeaderRenderer  
TableCellRenderers.BigDecimalRenderer  
TableCellRenderers.EnumTableCellRenderer  
TableCellRenderers.FlatNumberRenderer  
TableCellRenderers.ListPropertyCellRenderer  
TableCellRenderers.PercentageRenderer  
ValueModelTableCellEditor TableCellEditor that uses a backing FormModel to determine the editing capabilities and committing of the value.
 



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