The event handler for the following functions takes a GridEditorCreatedEvent parameter. The …CMD... variants also take a window identifier.
| evt_grid_editor_created() { | event | ... } | The editor for a cell was created. Processes a EVT_GRID_EDITOR_CREATED. |
| evt_grid_cmd_editor_created(id) { | event | ... } | The editor for a cell was created; variant taking a window identifier. Processes a EVT_GRID_EDITOR_CREATED. |
GridEditorCreatedEvent.new(Integer id, EventType type,
Object obj,
Integer row,
Integer col,
Control ctrl)
Integer get_col()
Returns the column at which the event occurred.
Control get_control()
Returns the edit control.
Integer get_row()
Returns the row at which the event occurred.
set_col(Integer col)
Sets the column at which the event occurred.
set_control(Control ctrl)
Sets the edit control.
set_row(Integer row)
Sets the row at which the event occurred.
[This page automatically generated from the Textile source at Thu May 01 00:50:38 +0100 2008]