org.springframework.richclient.table.support
Class GlazedTableModel.DefaultTableFormat
java.lang.Object
org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
- All Implemented Interfaces:
- ca.odell.glazedlists.gui.TableFormat, ca.odell.glazedlists.gui.WritableTableFormat
- Enclosing class:
- GlazedTableModel
protected class GlazedTableModel.DefaultTableFormat
- extends Object
- implements ca.odell.glazedlists.gui.WritableTableFormat
This inner class is the default TableFormat constructed. In order to extend this class you will also need to
override GlazedTableModel.createTableFormat()
to instantiate an instance of your derived table format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlazedTableModel.DefaultTableFormat
protected GlazedTableModel.DefaultTableFormat()
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface ca.odell.glazedlists.gui.TableFormat
getColumnName
public String getColumnName(int column)
- Specified by:
getColumnName
in interface ca.odell.glazedlists.gui.TableFormat
getColumnValue
public Object getColumnValue(Object row,
int column)
- Specified by:
getColumnValue
in interface ca.odell.glazedlists.gui.TableFormat
isEditable
public boolean isEditable(Object row,
int column)
- Specified by:
isEditable
in interface ca.odell.glazedlists.gui.WritableTableFormat
setColumnValue
public Object setColumnValue(Object row,
Object value,
int column)
- Specified by:
setColumnValue
in interface ca.odell.glazedlists.gui.WritableTableFormat
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.