Class CalendarWebAppInit

  • All Implemented Interfaces:
    org.zkoss.zk.ui.util.WebAppInit

    public class CalendarWebAppInit
    extends Object
    implements org.zkoss.zk.ui.util.WebAppInit
    This is a fallback for older ZK versions in which the ThemeProvider cannot be customized for themed addon components. To be refactored after ZK-4771 is available.
    • Constructor Detail

      • CalendarWebAppInit

        public CalendarWebAppInit()
    • Method Detail

      • getCalendarThemeURI

        public static String getCalendarThemeURI()
      • getCalendarThemeURI

        public static String getCalendarThemeURI​(String themePreferred)
      • init

        public void init​(org.zkoss.zk.ui.WebApp webApp)
                  throws Exception
        Specified by:
        init in interface org.zkoss.zk.ui.util.WebAppInit
        Throws:
        Exception