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) |
void |
setAppLogo(String logo,
String bgcolor)
Deprecated.
since 6.0, use
setAppLogo(String) instead. |
void |
setAppName(String name) |
void |
setListener(AppView.Listener listener) |
default void |
setTabCaptionsAsHtml() |
void |
setTheme(String value) |
void |
updateCaption(String instanceId,
String caption) |
asVaadinComponent
void setTheme(String value)
void setAppLogo(String logo)
@Deprecated void setAppLogo(String logo, String bgcolor)
setAppLogo(String)
instead.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()
View getSubAppViewContainer(String instanceId)
default void setTabCaptionsAsHtml()
Copyright © 2018 Magnolia International Ltd.. All rights reserved.