Class JmixUIProvider

java.lang.Object
com.vaadin.server.UIProvider
com.vaadin.spring.server.SpringUIProvider
io.jmix.ui.sys.vaadin.JmixUIProvider
All Implemented Interfaces:
Serializable

public class JmixUIProvider extends com.vaadin.spring.server.SpringUIProvider
Enables property placeholders in Widgetset annotation.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static class 
     
  • Field Summary

    Fields inherited from class com.vaadin.spring.server.SpringUIProvider

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixUIProvider(com.vaadin.server.VaadinSession vaadinSession)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.server.WidgetsetInfo
    getWidgetsetInfo(com.vaadin.server.UICreateEvent event)
     

    Methods inherited from class com.vaadin.spring.server.SpringUIProvider

    configureNavigator, createInstance, createThemeDirectory, deriveMappingForUI, detectUIs, findSpringViewDisplay, getNavigator, getPageTitle, getServletContext, getSpringViewDisplayPostProcessor, getTheme, getUIByPath, getUIClass, getWebApplicationContext, mapPathToUI

    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 Details

    • JmixUIProvider

      public JmixUIProvider(com.vaadin.server.VaadinSession vaadinSession)
  • Method Details

    • getWidgetsetInfo

      @Nullable public com.vaadin.server.WidgetsetInfo getWidgetsetInfo(com.vaadin.server.UICreateEvent event)
      Overrides:
      getWidgetsetInfo in class com.vaadin.server.UIProvider