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

java.lang.Object
  extended by com.googlecode.wicket.jquery.ui.kendo.KendoBehaviorFactory

public final class KendoBehaviorFactory
extends Object

Factory that provides JQueryBehaviors, which may be used in widgets.

Author:
Sebastien Briquet - sebfz1

Method Summary
static JQueryBehavior newHideBehavior(org.apache.wicket.Component component)
          Gets a new JQueryBehavior that hides the widgets
static JQueryBehavior newHideBehavior(String selector)
          Gets a new JQueryBehavior that hides the widgets
static JQueryBehavior newShowBehavior(org.apache.wicket.Component component)
          Gets a new JQueryBehavior that shows the widgets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newShowBehavior

public static JQueryBehavior newShowBehavior(org.apache.wicket.Component component)
Gets a new JQueryBehavior that shows the widgets

Parameters:
component - the Component
Returns:
the JQueryBehavior

newHideBehavior

public static JQueryBehavior newHideBehavior(org.apache.wicket.Component component)
Gets a new JQueryBehavior that hides the widgets

Parameters:
component - the Component
Returns:
the JQueryBehavior

newHideBehavior

public static JQueryBehavior newHideBehavior(String selector)
Gets a new JQueryBehavior that hides the widgets

Parameters:
selector - the html selector (ie: '#myId')
Returns:
the JQueryBehavior


Copyright © 2013 7thWeb. All Rights Reserved.