|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wicket.jquery.ui.kendo.KendoBehaviorFactory
public final class KendoBehaviorFactory
Factory that provides JQueryBehaviors, which may be used in widgets.
| 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 |
|---|
public static JQueryBehavior newShowBehavior(org.apache.wicket.Component component)
JQueryBehavior that shows the widgets
component - the Component
JQueryBehaviorpublic static JQueryBehavior newHideBehavior(org.apache.wicket.Component component)
JQueryBehavior that hides the widgets
component - the Component
JQueryBehaviorpublic static JQueryBehavior newHideBehavior(String selector)
JQueryBehavior that hides the widgets
selector - the html selector (ie: '#myId')
JQueryBehavior
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||