Class GridVisibleRangeSupport.RangeChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GridVisibleRangeSupport

    public static class GridVisibleRangeSupport.RangeChangedEvent
    extends java.util.EventObject
    Event informing about the change
    See Also:
    Serialized Form
    • Field Detail

      • addedRows

        public GridItem[] addedRows
        Rows new in the visible range
      • removedRows

        public GridItem[] removedRows
        Rows removed from the range
      • addedColumns

        public GridColumn[] addedColumns
        Columns added to the range
      • removedColumns

        public GridColumn[] removedColumns
        Columns removed from the range