Class VerticalHeader

All Implemented Interfaces:
Styleable, EventTarget

public class VerticalHeader extends StackPane
Display the vertical header on the left of the cells (view), the index of the lines displayed on screen.
  • Property Details

  • Field Details

  • Constructor Details

    • VerticalHeader

      public VerticalHeader(SpreadsheetHandle handle)
      **************************************************************** CONSTRUCTOR
      Parameters:
      handle - ***************************************************************
  • Method Details

    • getVerticalHeaderWidth

      public double getVerticalHeaderWidth()
      Gets the value of the property verticalHeaderWidth.
      Property description:
    • verticalHeaderWidthProperty

      public ReadOnlyDoubleProperty verticalHeaderWidthProperty()
      See Also:
    • computeHeaderWidth

      public double computeHeaderWidth()
    • layoutChildren

      protected void layoutChildren()
      Overrides:
      layoutChildren in class StackPane
    • isFixedRowEmpty

      public static boolean isFixedRowEmpty(SpreadsheetView spreadsheetView)
      Return true if there are no fixed rows when taking hidden rows in consideration.
      Parameters:
      spreadsheetView -
      Returns: