public interface ITableCellEditor extends IControlCommon
| Modifier and Type | Method and Description |
|---|---|
void |
cancelEditing(ITableCell cell,
int row,
int column) |
void |
startEditing(ITableCell cell,
int row,
int column) |
void |
stopEditing(ITableCell cell,
int row,
int column) |
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenervoid startEditing(ITableCell cell, int row, int column)
void stopEditing(ITableCell cell, int row, int column)
void cancelEditing(ITableCell cell, int row, int column)
Siehe auch Jowidgets Nutzerhandbuch