|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |