com.sibvisions.rad.ui.swing.ext
Interface ICellFormatterEditorListener

All Superinterfaces:
ICellEditorListener
All Known Implementing Classes:
JVxEditor, JVxTable, JVxTree

public interface ICellFormatterEditorListener
extends ICellEditorListener

This Interface is necessary to give Swing CellEditorHandler access to the ICellFormatter of the Control.

See Also:
ICellEditorListener

Field Summary
 
Fields inherited from interface javax.rad.model.ui.ICellEditorListener
ACTION_KEY, ENTER_KEY, ESCAPE_KEY, FOCUS_LOST, SHIFT_ENTER_KEY, SHIFT_TAB_KEY, TAB_KEY
 
Method Summary
 ICellFormatter getCellFormatter()
          Gets the CellFormatter.
 
Methods inherited from interface javax.rad.model.ui.ICellEditorListener
editingComplete, editingStarted, isSavingImmediate
 

Method Detail

getCellFormatter

ICellFormatter getCellFormatter()
Gets the CellFormatter.

Returns:
the CellFormatter.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.