Class TabletThemeURIHandler

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

    public class TabletThemeURIHandler
    extends java.lang.Object
    implements org.zkoss.zk.ui.util.ThemeURIHandler
    TabletThemeURIHandler is a ThemeURIHandler to provide tablet theme uri.
    Since:
    9.6.0
    Author:
    leon
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_TABLET_CSS
      Default tablet-enhanced theme css file (ZK EE only)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void modifyThemeURIs​(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.util.ThemeURIModifier modifier)  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_TABLET_CSS

        public static final java.lang.String DEFAULT_TABLET_CSS
        Default tablet-enhanced theme css file (ZK EE only)
        See Also:
        Constant Field Values
    • Constructor Detail

      • TabletThemeURIHandler

        public TabletThemeURIHandler()
    • Method Detail

      • modifyThemeURIs

        public void modifyThemeURIs​(org.zkoss.zk.ui.Execution exec,
                                    org.zkoss.zk.ui.util.ThemeURIModifier modifier)
        Specified by:
        modifyThemeURIs in interface org.zkoss.zk.ui.util.ThemeURIHandler