Package com.storedobject.vaadin
Interface CloseableView
- All Known Implementing Classes:
AbstractBlockView,BlockView,CalendarViewer,ChatView,ConsumptionDashboard,CSVUploadProcessorView,Dashboard,DatabaseMonitor,ExcelDataUpload,FileManager,FileViewer,FileViewerGrid,GridMenu,HomeHTMLView,HomeModuleMenu,HTMLView,ItemMovementView,JournalVoucherView,LocateItem,MemoSystem,ModuleMenu,ObjectComparisonGrid,ObjectHistoryGrid,ProcessView,SiteView,SOClient,StatementView,SupportSystem,SystemLogViewer,SystemUtility,TextView,TicketingSystem,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