Interface AccordionAttributeListener

    • Method Detail

      • headerDataChanged

        default void headerDataChanged​(Accordion accordion,
                                       Component component,
                                       java.lang.Object previousHeaderData)
        Called when a panel's header data attribute has changed.
        Parameters:
        accordion - The enclosing accordion that has changed.
        component - The child component in question.
        previousHeaderData - The previous header data for this component.
      • tooltipTextChanged

        default void tooltipTextChanged​(Accordion accordion,
                                        Component component,
                                        java.lang.String previousTooltipText)
        Called when a panel's tooltip text has changed.
        Parameters:
        accordion - The enclosing accordion that has changed.
        component - The child component in question.
        previousTooltipText - The previous tooltip text for the component.