All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.TableCell.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Represents a single row/column intersection in a TableView. To represent this intersection, a TableCell contains an index property, as well as a tableColumn property. In addition, a TableCell instance knows what TableRow it exists in.

可以重写的方法:

  • void updateItem(Object item, boolean empty, TableCell cell)
    The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell. 

 

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy