Package com.storedobject.vaadin
Interface CloseableView
- All Known Implementing Classes:
Viewer
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