org.wingx.table
Interface EditableTableCellRenderer

All Superinterfaces:
STableCellRenderer

public interface EditableTableCellRenderer
extends STableCellRenderer

A cell renderer, that renders some editable component that allows for immediate user interaction. The table will catch the lowlevel events, forward them to this renderer and retrieve the value in order to set it on the table model. This is a preliminary approach, that will most probably be replaced with the standard cell editor mechanism as soon as ajax makes its usability acceptable.


Method Summary
 LowLevelEventListener getLowLevelEventListener(STable table, int row, int column)
           
 Object getValue()
           
 
Methods inherited from interface org.wings.table.STableCellRenderer
getTableCellRendererComponent
 

Method Detail

getValue

Object getValue()

getLowLevelEventListener

LowLevelEventListener getLowLevelEventListener(STable table,
                                               int row,
                                               int column)


wingS Swings ;-)