Skip to content

TableColumn should allow assignment of predefined cell factories #199

Description

@jpsacha

JavaFX provides some predefined cell factories for instance for CheckBoxTableCell. It should be possible to assign them to TableColumn using cellFactory property, for instance, following should be possible:

new TableColumn[Item, java.lang.Boolean] {
    ...
    cellFactory = CheckBoxTableCell.forTableColumn(this)
    ...
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions