public class TextFieldCellEditorFactory extends AbstractTableCellEditorFactory<ITableCellEditor>
Modifier and Type | Class and Description |
---|---|
static interface |
TextFieldCellEditorFactory.ITableCellEditEvent |
static interface |
TextFieldCellEditorFactory.ITableCellEditorListener |
Constructor and Description |
---|
TextFieldCellEditorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
addTableCellEditorListener(TextFieldCellEditorFactory.ITableCellEditorListener listener) |
ITableCellEditor |
create(ITableCell cell,
int row,
int column,
ICustomWidgetFactory widgetFactory) |
void |
removeTableCellEditorListener(TextFieldCellEditorFactory.ITableCellEditorListener listener) |
getActivation
public ITableCellEditor create(ITableCell cell, int row, int column, ICustomWidgetFactory widgetFactory)
public void addTableCellEditorListener(TextFieldCellEditorFactory.ITableCellEditorListener listener)
public void removeTableCellEditorListener(TextFieldCellEditorFactory.ITableCellEditorListener listener)
Siehe auch Jowidgets Nutzerhandbuch