com.googlecode.wicket.jquery.ui.form.button
Class Button.ButtonBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
          extended by com.googlecode.wicket.jquery.core.JQueryBehavior
              extended by com.googlecode.wicket.jquery.ui.form.button.Button.ButtonBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor
Enclosing class:
Button

public static class Button.ButtonBehavior
extends JQueryBehavior

Provides a jQuery button JQueryBehavior

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
method, options, selector
 
Constructor Summary
Button.ButtonBehavior(String selector)
           
Button.ButtonBehavior(String selector, Options options)
           
Button.ButtonBehavior(String selector, String icon)
           
 
Method Summary
 
Methods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
$, $, $, getOption, on, on, renderHead, setOption, setOptions
 
Methods inherited from class com.googlecode.wicket.jquery.core.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

Button.ButtonBehavior

public Button.ButtonBehavior(String selector)

Button.ButtonBehavior

public Button.ButtonBehavior(String selector,
                             Options options)

Button.ButtonBehavior

public Button.ButtonBehavior(String selector,
                             String icon)


Copyright © 2013 7thWeb. All Rights Reserved.