Package com.storedobject.vaadin
Interface HomeView
- All Known Implementing Classes:
ApplicationFrame.EntitySelector
,HomeHTMLView
,HomeModuleMenu
,ImageView
,ImageView
,LoginForm
public interface HomeView
This is a marker interface to denote that a
View
, once displayed, should not be removed and should remain
as a "home view" (unless it is programmatically removed). If more than one View
are defined as "home views",
the one that executed most recently will replace the earlier ones. (The View
or its component
(View.getComponent()
can implement this interface.- Author:
- Syam