Class SpreadsheetView.RowHeightEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.control.spreadsheet.SpreadsheetView.RowHeightEvent
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
SpreadsheetView

public static class SpreadsheetView.RowHeightEvent extends javafx.event.Event
This event is thrown on the SpreadsheetView when the user resize a row with its mouse.
See Also:
  • Field Details

  • Constructor Details

    • RowHeightEvent

      public RowHeightEvent(int row, double height)
  • Method Details

    • getRow

      public int getRow()
      Return the row index that has been resized.
      Returns:
      the row index that has been resized.
    • getHeight

      public double getHeight()
      Return the new height for this row.
      Returns:
      the new height for this row.