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

Packages that use TableDescription
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.samples.simple.ui.binding   
org.springframework.richclient.widget.editor   
org.springframework.richclient.widget.table   
org.springframework.richclient.widget.table.glazedlists   
 

Uses of TableDescription in org.springframework.richclient.form.binding.swing
 

Methods in org.springframework.richclient.form.binding.swing that return TableDescription
protected abstract  TableDescription AbstractGlazedListsBinding.getTableDescription()
           
 

Uses of TableDescription in org.springframework.richclient.samples.simple.ui.binding
 

Methods in org.springframework.richclient.samples.simple.ui.binding that return TableDescription
protected  TableDescription TodoItemListBinding.getTableDescription()
           
 

Uses of TableDescription in org.springframework.richclient.widget.editor
 

Methods in org.springframework.richclient.widget.editor with parameters of type TableDescription
protected  void DefaultDataEditorWidget.setTableWidget(TableDescription tableDescription)
          Create a GlazedListTableWidget based on the given TableDescription to be used as listView.
 

Constructors in org.springframework.richclient.widget.editor with parameters of type TableDescription
DefaultDataEditorWidget(DataProvider provider, AbstractForm form, TableDescription tableDesc, FilterForm filterForm)
           
DefaultDataEditorWidget(String id, DataProvider provider, AbstractForm form, TableDescription tableDesc, FilterForm filterForm)
          Constructor allowing to set all major components at once.
 

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

Classes in org.springframework.richclient.widget.table that implement TableDescription
 class PropertyColumnTableDescription
           PropertyColumnTableDescription is the default implementation of TableDescription which uses class introspection to create columns.
 

Uses of TableDescription in org.springframework.richclient.widget.table.glazedlists
 

Methods in org.springframework.richclient.widget.table.glazedlists with parameters of type TableDescription
static String[] GlazedListsSupport.makeFilterProperties(TableDescription desc)
           
static ca.odell.glazedlists.gui.TableFormat GlazedListsSupport.makeTableFormat(TableDescription desc)
          Conversion of RCP TableDescription to GlazedLists TableFormat
 

Constructors in org.springframework.richclient.widget.table.glazedlists with parameters of type TableDescription
GlazedListTableWidget(List<? extends Object> rows, TableDescription tableDesc)
           
GlazedListTableWidget(List<? extends Object> rows, TableDescription tableDesc, Comparator comparator)
           
 



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