JIDE 3.5.15

com.jidesoft.grid
Interface CellEditorValueProvider


Deprecated. replaced by ListComboBoxCellEditor or CheckBoxListComboBoxCellEditor which know how to use userObject of ConverterContext to configure the possible values dynamically.

@Deprecated
public interface CellEditorValueProvider


Method Summary
 ObjectConverter getConverter(int rowIndex, int columnIndex)
          Deprecated.  
 Object[] getPossibleValues(int rowIndex, int columnIndex)
          Deprecated.  
 

Method Detail

getPossibleValues

Object[] getPossibleValues(int rowIndex,
                           int columnIndex)
Deprecated. 

getConverter

ObjectConverter getConverter(int rowIndex,
                             int columnIndex)
Deprecated. 

JIDE 3.5.15