com.googlecode.wicket.jquery.ui.kendo
Class KendoAbstractBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by com.googlecode.wicket.jquery.ui.JQueryAbstractBehavior
          extended by com.googlecode.wicket.jquery.ui.JQueryBehavior
              extended by com.googlecode.wicket.jquery.ui.kendo.KendoAbstractBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor
Direct Known Subclasses:
SplitterBehavior

public class KendoAbstractBehavior
extends JQueryBehavior

Provides the base class for Kendo UI behavior implementations

Author:
Sebastien Briquet - sebfz1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.googlecode.wicket.jquery.ui.JQueryBehavior
method, options, selector
 
Constructor Summary
KendoAbstractBehavior(String selector, String method)
          Constructor
 
Method Summary
 
Methods inherited from class com.googlecode.wicket.jquery.ui.JQueryBehavior
$, $, $, getOption, on, on, renderHead, setOption, setOptions
 
Methods inherited from class com.googlecode.wicket.jquery.ui.JQueryAbstractBehavior
add, beforeRender, toString
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, 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, wait, wait, wait
 

Constructor Detail

KendoAbstractBehavior

public KendoAbstractBehavior(String selector,
                             String method)
Constructor

Parameters:
selector - the html selector (ie: "#myId")
method - the kendo-ui method


Copyright © 2013 7thWeb. All Rights Reserved.