Interface CollectionTemplateResolver<T>


  • public interface CollectionTemplateResolver<T>
    Resolver for Template, and is only used in CollectionTemplate
    Author:
    chunfu
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.zkoss.zk.ui.util.Template resolve​(T t)
      Resolve the template by evaluating the variable reference from model in runtime.
    • Method Detail

      • resolve

        org.zkoss.zk.ui.util.Template resolve​(T t)
        Resolve the template by evaluating the variable reference from model in runtime.

        Parameters:
        t - variable reference
        Returns:
        Template