Class KendoTemplateBehavior

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

    public class KendoTemplateBehavior
    extends com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
    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")
    Author:
    Sebastien Briquet - sebfz1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KendoTemplateBehavior​(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template)
      Constructor
      KendoTemplateBehavior​(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template, String suffix)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind​(org.apache.wicket.Component component)  
      String getToken()  
      protected com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStream newResourceStream()  
      • Methods inherited from class com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior

        renderHead
      • Methods inherited from class org.apache.wicket.behavior.Behavior

        afterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
    • Constructor Detail

      • KendoTemplateBehavior

        public KendoTemplateBehavior​(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template)
        Constructor
        Parameters:
        template - the IJQueryTemplate that this behavior should render via the resource stream
      • KendoTemplateBehavior

        public KendoTemplateBehavior​(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template,
                                     String suffix)
        Constructor
        Parameters:
        template - the IJQueryTemplate that this behavior should render via the resource stream
        suffix - the token suffix
    • Method Detail

      • bind

        public void bind​(org.apache.wicket.Component component)
        Overrides:
        bind in class org.apache.wicket.behavior.Behavior
      • getToken

        public String getToken()
        Specified by:
        getToken in class com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior
      • newResourceStream

        protected com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStream newResourceStream()
        Specified by:
        newResourceStream in class com.googlecode.wicket.jquery.core.template.JQueryAbstractTemplateBehavior