Class StandardThemeProvider

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

    public class StandardThemeProvider
    extends org.zkoss.zkex.theme.StandardThemeProvider
    A standard implementation of ThemeProvider for ZK EE, which works with the Breeze series themes, and also supports standard-derived tablet themes
    Since:
    6.5.2
    Author:
    Neil
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.zkoss.zk.ui.util.ThemeProvider

        org.zkoss.zk.ui.util.ThemeProvider.Aide
    • Field Summary

      • Fields inherited from class org.zkoss.zul.theme.StandardThemeProvider

        DEFAULT_WCS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String beforeWidgetCSS​(org.zkoss.zk.ui.Execution exec, java.lang.String uri)  
      • Methods inherited from class org.zkoss.zul.theme.StandardThemeProvider

        beforeWCS, getThemeFileSuffix, getThemeURIs, getWCSCacheControl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardThemeProvider

        public StandardThemeProvider()
    • Method Detail

      • beforeWidgetCSS

        public java.lang.String beforeWidgetCSS​(org.zkoss.zk.ui.Execution exec,
                                                java.lang.String uri)
        Specified by:
        beforeWidgetCSS in interface org.zkoss.zk.ui.util.ThemeProvider
        Overrides:
        beforeWidgetCSS in class org.zkoss.zkex.theme.StandardThemeProvider