public interface TemplateResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
EACH_ATTR |
static String |
EACH_STATUS_VAR |
static String |
EACH_VAR |
static String |
STATUS_ATTR |
static String |
TEMPLATE_OBJECT |
| Modifier and Type | Method and Description |
|---|---|
void |
addTemplateTracking(org.zkoss.zk.ui.Component eachComp)
Deprecated.
since 6.5.3
|
void |
addTemplateTracking(org.zkoss.zk.ui.Component eachComp,
Object eachData,
int index,
int size)
Add template tracking to component
|
org.zkoss.zk.ui.util.Template |
resolveTemplate(org.zkoss.zk.ui.Component eachComp,
Object eachData,
int index,
int size)
Deprecated.
since 7.0.0
use
resolveTemplate(Component, Object, int, int, String) |
org.zkoss.zk.ui.util.Template |
resolveTemplate(org.zkoss.zk.ui.Component eachComp,
Object eachData,
int index,
int size,
String subType)
Resolve the template for the component
|
static final String EACH_ATTR
static final String EACH_VAR
static final String STATUS_ATTR
static final String EACH_STATUS_VAR
static final String TEMPLATE_OBJECT
org.zkoss.zk.ui.util.Template resolveTemplate(org.zkoss.zk.ui.Component eachComp,
Object eachData,
int index,
int size,
String subType)
eachComp - the template to be resolved of the componenteachData - the data for resolverindex - the index of eachsize - the size of data setsubType - the sub-type of template should be resolved@Deprecated org.zkoss.zk.ui.util.Template resolveTemplate(org.zkoss.zk.ui.Component eachComp, Object eachData, int index, int size)
resolveTemplate(Component, Object, int, int, String)@Deprecated void addTemplateTracking(org.zkoss.zk.ui.Component eachComp)
eachComp - the component to add template trackingvoid addTemplateTracking(org.zkoss.zk.ui.Component eachComp,
Object eachData,
int index,
int size)
eachComp - the template to be resolved of the componenteachData - the data for resolverindex - the index of eachsize - the size of data setCopyright © 2020. All rights reserved.