|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
com.googlecode.wicket.jquery.ui.template.JQueryAbstractTemplateBehavior
com.googlecode.wicket.jquery.ui.kendo.KendoTemplateBehavior
public class KendoTemplateBehavior
Provides the kendo-ui implementation of JQueryAbstractTemplateBehavior that works with a IJQueryTemplate.
The content of the <script /> block (the resource stream) is given by the IJQueryTemplate.getText().
This implementation is different from JQueryTemplateBehavior as the <script /> block will have the kendo-ui type ("text/x-kendo-template")
| Field Summary |
|---|
| Fields inherited from class com.googlecode.wicket.jquery.ui.template.JQueryAbstractTemplateBehavior |
|---|
TMPL_JS |
| Constructor Summary | |
|---|---|
KendoTemplateBehavior(IJQueryTemplate template)
Constructor |
|
| Method Summary | |
|---|---|
protected JQueryResourceStream |
newResourceStream()
|
| Methods inherited from class com.googlecode.wicket.jquery.ui.template.JQueryAbstractTemplateBehavior |
|---|
getToken, renderHead |
| Methods inherited from class org.apache.wicket.behavior.Behavior |
|---|
afterRender, beforeRender, bind, canCallListenerInterface, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KendoTemplateBehavior(IJQueryTemplate template)
template - the IJQueryTemplate that this behavior should render via the resource stream| Method Detail |
|---|
protected JQueryResourceStream newResourceStream()
newResourceStream in class JQueryAbstractTemplateBehavior
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||