Package org.zkoss.zuti.zul
Interface CollectionTemplateResolver<T>
-
public interface CollectionTemplateResolver<T>Resolver forTemplate, and is only used inCollectionTemplate- Author:
- chunfu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zk.ui.util.Templateresolve(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
-
-