Types that contains the method updateItem(item: Any, empty: Boolean): Unit
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Returns the original delegate's toString()
adding a [SFX]
prefix.
Updates the item associated with this Cell.
Updates the item associated with this Cell.
The new item for the cell
whether or not this cell represents data from the list. If it is empty, then it does not represent any domain data, but is a cell being used to render an "empty" row.
Cells which delegate contains the method
updateItem(item: Any, empty: Boolean): Unit
.Derivated type from JavaFX Cell
The type of the elements contained within the inner element inside the Cell.