Class TableRowSkin<T>

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:
  • Constructor Details

    • TableRowSkin

      public TableRowSkin(TableRow<T> control)
      Creates a new TableRowSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details