public class KendoTemplateHeaderItem
extends com.googlecode.wicket.jquery.core.template.JQueryTemplateHeaderItem
HeaderItem that renders a Kendo UI templateJQueryTemplate.JQueryPackageTextTemplate,
KendoTemplateResourceStream,
Serialized Form| Constructor and Description |
|---|
KendoTemplateHeaderItem(Class<?> clazz,
String filename,
String token)
Constructor
|
KendoTemplateHeaderItem(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template,
String token)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
$(String token)
Gets the jQuery statement this Kendo template
|
equals, forString, getRenderTokens, getString, hashCode, render, toStringpublic KendoTemplateHeaderItem(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template,
String token)
template - the IJQueryTemplatetoken - the unique resource-stream token that will be the script-id.public KendoTemplateHeaderItem(Class<?> clazz, String filename, String token)
clazz - the Class to be used for retrieving the classloader for loading the PackageTextTemplatefilename - the template file to load in the packagetoken - the unique resource-stream token that will be the script-id.Copyright © 2021 7thWeb. All rights reserved.