Interface TableCellType<T>

    • Method Detail

      • updateItem

        void updateItem​(FxTableCell<?,​T> tableCell,
                        T item)
        Updates the cells view.
        Parameters:
        tableCell - the table cell, never null
        item - the item for the cell, never null
      • getEditor

        FxComponent getEditor()
        Gets the editor component.
        Returns:
        the editor component, never null
      • getEditorType

        java.lang.Class<?> getEditorType()
        Gets the intrinsic type of the editor.
        Returns:
        the editor's type