Interface Table.CellRepresentationStrategy<V>

    • Method Detail

      • createComponent

        <C extends VComponent createComponent​(Table table,
                                                TableModel model,
                                                int rowIndex,
                                                TableColumnModel<C> column,
                                                boolean editable,
                                                boolean selected,
                                                boolean focused)
        Creates a component to represent the given cell.
        Type Parameters:
        C - The type of value contained in the column.
        Parameters:
        table - The component containing the model.
        model - The model containing the value.
        rowIndex - The zero-based row index of the value.
        column - The column of the value.
        editable - Whether values in this column are editable.
        selected - true if the value is selected.
        focused - true if the value has the focus.
        Returns:
        A new component to represent the given value.