Interface CloseableView

All Known Implementing Classes:
BlockView, CalendarViewer, ConsumptionDashboard, CSVUploadProcessorView, Dashboard, ExcelDataUpload, FileViewer, FileViewerGrid, GridMenu, HomeHTMLView, HomeModuleMenu, HTMLView, ItemMovementView, JournalVoucherView, LocateItem, MemoSystem, ModuleMenu, ObjectComparisonGrid, ObjectHistoryGrid, ProcessView, SiteView, StatementView, SupportSystem, SystemLogViewer, SystemUtility, Test, TextView, UploadProcessorView, ValueChart, VerifyOTP, Viewer, ZipUploadProcessorView

public interface CloseableView
In order to display a "closeable vew", View creates a special "menu item" with a "Close" icon and the View can be closed by clicking on that icon. A View can be made "closeable" by implementing this marker interface by itself or its component (View.getComponent()).
Author:
Syam