Interface TablePaneAttributeListener

    • Method Detail

      • rowSpanChanged

        default void rowSpanChanged​(TablePane tablePane,
                                    Component component,
                                    int previousRowSpan)
        Called when a component's row span attribute has changed.
        Parameters:
        tablePane - The source of this event.
        component - The component that changed.
        previousRowSpan - What the row span value used to be.
      • columnSpanChanged

        default void columnSpanChanged​(TablePane tablePane,
                                       Component component,
                                       int previousColumnSpan)
        Called when a component's column span attribute has changed.
        Parameters:
        tablePane - The source of this event.
        component - THe component that changed.
        previousColumnSpan - What the column span for this component used to be.