public interface ITableCellEditorFactory<WIDGET_TYPE extends ITableCellEditor>
Modifier and Type | Method and Description |
---|---|
WIDGET_TYPE |
create(ITableCell cell,
int row,
int column,
ICustomWidgetFactory widgetFactory) |
EditActivation |
getActivation(ITableCell cell,
int row,
int column,
boolean editMode,
long editModeStopped) |
WIDGET_TYPE create(ITableCell cell, int row, int column, ICustomWidgetFactory widgetFactory)
EditActivation getActivation(ITableCell cell, int row, int column, boolean editMode, long editModeStopped)
Siehe auch Jowidgets Nutzerhandbuch