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 Template
resolve(T t)
Resolve the template by evaluating the variable reference from model in runtime.
-