public class CategoryTemplate<P,T extends Template<?>> extends Template<P>
Template| Modifier and Type | Field and Description |
|---|---|
protected T |
templateForChild
For the rendering of the Child elements on this Page,
what template will be Used and so the Child will be defined as per the facets in this template
One can derive from each child. |
listeners, TEMPLATE_IDENTIFIER| Constructor and Description |
|---|
CategoryTemplate() |
| Modifier and Type | Method and Description |
|---|---|
T |
getTemplateForChild()
For the rendering of the Child elements on this Page,
what template will be Used and so the Child will be defined as per the facets in this template
One can derive from each child. |
void |
setTemplateForChild(T templateForChild)
For the rendering of the Child elements on this Page,
what template will be Used and so the Child will be defined as per the facets in this template
One can derive from each child. |
addChangeListener, equals, getAccessorExistsTransformer, getAttributes, getDefaultResourceLocations, getDisplayName, getFacetMeta, getFacets, getFieldOrderListing, getId, getListeners, getMarkupLocation, getName, getPublishAdapter, getReference, getSubmitTransformer, hashCode, isProcessFields, notifyAllListeners, publish, setAccessorExistsTransformer, setAttributes, setDefaultResourceLocations, setDisplayName, setFacets, setFieldOrderListing, setId, setListeners, setMarkupLocation, setName, setProcessFields, setPublishAdapter, setReference, setSubmitTransformer, toStringprotected T extends Template<?> templateForChild
public T getTemplateForChild()
public void setTemplateForChild(T templateForChild)
Copyright © 2018. All rights reserved.