| org.wingx.table.EditableTableCellRenderer
EditableTableCellRenderer | public interface EditableTableCellRenderer extends STableCellRenderer(Code) | | 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.
|
|
|