Interface DisclosureHandler

    • Method Detail

      • onClose

        @Deprecated
        void onClose​(DisclosureEvent event)
        Deprecated.
        Use CloseHandler instead
        Fired when the panel is closed.
        Parameters:
        event - event representing this action.
      • onOpen

        @Deprecated
        void onOpen​(DisclosureEvent event)
        Deprecated.
        Use OpenHandler instead
        Fired when the panel is opened.
        Parameters:
        event - event representing this action.