public static class TreeTableNodeValueEditor.CellEditorListenerSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.common.ListenersHelper<CellEditorListener,ChangeEvent> |
listeners |
protected xyz.cofe.common.CloseableSet |
listenersCs |
| Constructor and Description |
|---|
CellEditorListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
clearAllListeners() |
void |
fireEditingCanceled(Object src) |
void |
fireEditingStopped(Object src) |
xyz.cofe.common.ListenersHelper<CellEditorListener,ChangeEvent> |
getListenersHelper() |
void |
removeCellEditorListener(CellEditorListener l) |
protected xyz.cofe.common.ListenersHelper<CellEditorListener,ChangeEvent> listeners
protected xyz.cofe.common.CloseableSet listenersCs
public xyz.cofe.common.ListenersHelper<CellEditorListener,ChangeEvent> getListenersHelper()
public void clearAllListeners()
public void addCellEditorListener(CellEditorListener l)
public void removeCellEditorListener(CellEditorListener l)
public void fireEditingCanceled(Object src)
public void fireEditingStopped(Object src)
Copyright © 2019. All rights reserved.