com.googlecode.wicket.jquery.ui.kendo.splitter
Class SplitterBehavior

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
                  extended by com.googlecode.wicket.jquery.ui.kendo.splitter.SplitterBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor

public class SplitterBehavior
extends KendoAbstractBehavior

Provides a Kendo UI splitter behavior

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
SplitterBehavior(String selector)
          Constructor
SplitterBehavior(String selector, Options options)
          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

SplitterBehavior

public SplitterBehavior(String selector)
Constructor

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

SplitterBehavior

public SplitterBehavior(String selector,
                        Options options)
Constructor

Parameters:
selector - the html selector (ie: "#myId")
options - the Options


Copyright © 2013 7thWeb. All Rights Reserved.