Class DefaultLocaleListitemRenderer

  • All Implemented Interfaces:
    org.zkoss.zul.ListitemRenderer<java.util.Locale>

    public class DefaultLocaleListitemRenderer
    extends java.lang.Object
    implements org.zkoss.zul.ListitemRenderer<java.util.Locale>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(org.zkoss.zul.Listitem listitem, java.util.Locale locale, int index)  
      • Methods inherited from class java.lang.Object

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

      • DefaultLocaleListitemRenderer

        public DefaultLocaleListitemRenderer​(QuickToggleLocaleController controller,
                                             java.util.Locale currentLocale)
    • Method Detail

      • render

        public void render​(org.zkoss.zul.Listitem listitem,
                           java.util.Locale locale,
                           int index)
        Specified by:
        render in interface org.zkoss.zul.ListitemRenderer<java.util.Locale>