|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.UIProvider
com.vaadin.server.LegacyApplicationUIProvider
@Deprecated public abstract class LegacyApplicationUIProvider
Constructor Summary | |
---|---|
LegacyApplicationUIProvider()
Deprecated. |
Method Summary | |
---|---|
protected abstract LegacyApplication |
createApplication()
Deprecated. |
UI |
createInstance(UICreateEvent event)
Deprecated. |
UI |
getExistingUI(UIClassSelectionEvent event)
Deprecated. Hack used to return existing LegacyWindow instances without regard for out-of-sync problems. |
java.lang.String |
getPageTitle(UICreateEvent event)
Deprecated. |
java.lang.String |
getTheme(UICreateEvent event)
Deprecated. Finds the theme to use for a specific UI. |
java.lang.Class<? extends UI> |
getUIClass(UIClassSelectionEvent event)
Deprecated. |
Methods inherited from class com.vaadin.server.UIProvider |
---|
getAnnotationFor, getPushMode, getPushTransport, getWidgetset, isPreservedOnRefresh |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyApplicationUIProvider()
Method Detail |
---|
public java.lang.Class<? extends UI> getUIClass(UIClassSelectionEvent event)
getUIClass
in class UIProvider
public UI createInstance(UICreateEvent event)
createInstance
in class UIProvider
public java.lang.String getTheme(UICreateEvent event)
UIProvider
null
is returned.
The default implementation checks for a @Theme
annotation on the
UI class.
getTheme
in class UIProvider
event
- the UI create event with information about the UI and the
current request.
null
if the default theme
should be usedpublic java.lang.String getPageTitle(UICreateEvent event)
getPageTitle
in class UIProvider
public UI getExistingUI(UIClassSelectionEvent event)
event
-
protected abstract LegacyApplication createApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |