Class TableRowSkin<T>

java.lang.Object
Type Parameters:
T - the type of the item contained within the row
All Implemented Interfaces:
Skin<TableRow<T>>

public class TableRowSkin<T> extends TableRowSkinBase<T,TableRow<T>,TableCell<T,?>>
Default skin implementation for the TableRow control.
Since:
9
See Also: