Class ListViewSkin<T>

All Implemented Interfaces:
Skin<ListView<T>>

public class ListViewSkin<T>
extends VirtualContainerBase<ListView<T>,​ListCell<T>>
Default skin implementation for the ListView control.
Since:
9
See Also:
ListView
  • Constructor Details

    • ListViewSkin

      public ListViewSkin​(ListView<T> control)
      Creates a new ListViewSkin 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.