public class GDefaultCellEditor extends DefaultCellEditor
DefaultCellEditor.EditorDelegate| Modifier and Type | Field and Description |
|---|---|
protected EventListenerList |
vcListeners
List of event listeners
|
clickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
GDefaultCellEditor(G9CheckBox checkBox)
Constructs a
GDefaultCellEditor object that uses a check box. |
GDefaultCellEditor(G9ComboBox comboBox)
Constructs a
GDefaultCellEditor object that uses a
combo box. |
GDefaultCellEditor(G9TextField textField)
Constructs a
GDefaultCellEditor that uses a text field. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireG9ValueChangedEvent(int id,
Object oldValue,
Object newValue)
Fires a g9 value changed event.
|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, removeCellEditorListenerprotected EventListenerList vcListeners
public GDefaultCellEditor(G9CheckBox checkBox)
GDefaultCellEditor object that uses a check box.
This is the same as invoking the DefaultCellEditor's constructor.checkBox - a G9CheckBox objectpublic GDefaultCellEditor(G9ComboBox comboBox)
GDefaultCellEditor object that uses a
combo box.comboBox - a G9ComboBox objectpublic GDefaultCellEditor(G9TextField textField)
GDefaultCellEditor that uses a text field.textField - a G9TextField objectCopyright © 2006–2017 Esito AS. All rights reserved.