public interface AppView extends View
SubAppContext
.Modifier and Type | Interface and Description |
---|---|
static interface |
AppView.Listener
Listens to events coming from the TabSheet.
|
Modifier and Type | Method and Description |
---|---|
String |
addSubAppView(View view,
String caption,
boolean closable) |
default String |
addSubAppView(View view,
String caption,
String icon,
boolean closable) |
void |
closeSubAppView(String instanceId) |
String |
getActiveSubAppView() |
View |
getSubAppViewContainer(String instanceId)
Get the view of the container of a SubApp.
|
void |
setActiveSubAppView(String instanceId) |
void |
setAppLogo(String logo,
String bgcolor) |
void |
setAppName(String name) |
void |
setListener(AppView.Listener listener) |
void |
setTheme(String value) |
void |
updateCaption(String instanceId,
String caption) |
asVaadinComponent
void setTheme(String value)
void setAppName(String name)
void setListener(AppView.Listener listener)
default String addSubAppView(View view, String caption, String icon, boolean closable)
void closeSubAppView(String instanceId)
void setActiveSubAppView(String instanceId)
String getActiveSubAppView()
Copyright © 2018 Magnolia International Ltd.. All rights reserved.