Class DateCellSkin

All Implemented Interfaces:
Skin<DateCell>

public class DateCellSkin extends CellSkinBase<DateCell>
Default skin implementation for the DateCell control.
Since:
9
See Also:
  • Constructor Details

    • DateCellSkin

      public DateCellSkin(DateCell control)
      Creates a new DateCellSkin 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.