Interface IComboBoxDataProvider

    • Method Detail

      • getValues

        List<?> getValues​(int columnIndex,
                          int rowIndex)
        Will determine the values for the cell at the specified position. It will return a list with canonical values. The registered IDisplayConverter will handle the conversion to display values when the ComboBoxCellEditor is filled with the selectable items. There is no need to convert within this method.
        Parameters:
        columnIndex - The column index of the cell whose ComboBoxCellEditor should be filled.
        rowIndex - The row index of the cell whose ComboBoxCellEditor should be filled.
        Returns:
        List of values that should be used to fill the values of the ComboBoxCellEditor