Interface ITabOnCloseHandler

All Known Implementing Classes:
CalendarWindow, ProcessDialog, ProcessModalDialog, ZkJRViewer

public interface ITabOnCloseHandler
Interface to handle the closing of a Tab.
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(Tabpanel tabPanel)
    NOTE onClose method must implement the actual closing of the tab
  • Method Details

    • onClose

      void onClose(Tabpanel tabPanel)
      NOTE onClose method must implement the actual closing of the tab
      Parameters:
      tabPanel -