JIDE 3.5.15

com.jidesoft.grid
Interface JideCellEditor

All Superinterfaces:
CellEditor
All Known Implementing Classes:
AbstractComboBoxCellEditor, AbstractJideCellEditor, AbstractTableCellEditorRenderer, BooleanCellEditor, BooleanCheckBoxCellEditor, ButtonTableCellEditorRenderer, ByteCellEditor, CalculatorCellEditor, CheckBoxListComboBoxCellEditor, CheckBoxTreeComboBoxCellEditor, ColorCellEditor, ContextSensitiveCellEditor, DateCellEditor, DimensionCellEditor, DoubleCellEditor, EnumCellEditor, ExComboBoxCellEditor, FileCellEditor, FileNameCellEditor, FloatCellEditor, FolderCellEditor, FolderNameCellEditor, FontCellEditor, FontNameCellEditor, FormattedTextFieldCellEditor, HyperlinkTableCellEditorRenderer, InsetsCellEditor, IntegerCellEditor, IPAddressCellEditor, LegacyBooleanCellEditor, LegacyCheckBoxListComboBoxCellEditor, LegacyColorCellEditor, LegacyDateCellEditor, LegacyEnumCellEditor, LegacyFileCellEditor, LegacyFileNameCellEditor, LegacyFolderCellEditor, LegacyFolderNameCellEditor, LegacyFontNameCellEditor, LegacyInsetsCellEditor, LegacyListComboBoxCellEditor, LegacyMonthCellEditor, LegacyMultilineStringCellEditor, LegacyStringArrayCellEditor, LegacyTableComboBoxCellEditor, LegacyTreeComboBoxCellEditor, ListComboBoxCellEditor, LongCellEditor, MonthCellEditor, MultilineStringCellEditor, MultilineTableCellEditor, MultipleEnumCellEditor, NumberCellEditor, PasswordCellEditor, PointCellEditor, RectangleCellEditor, ShortCellEditor, SliderCellEditor, SpinnerCellEditor, StringArrayCellEditor, StringCellEditor, TableComboBoxCellEditor, TextFieldCellEditor, TreeComboBoxCellEditor, TristateCheckBoxCellEditor

public interface JideCellEditor
extends CellEditor

JideCellEditor extends CellEditor to provide a validate method.


Method Summary
 ValidationResult validate(Object oldValue, Object newValue)
           
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Method Detail

validate

ValidationResult validate(Object oldValue,
                          Object newValue)

JIDE 3.5.15