public class CollapseBehavior extends KendoUIBehavior
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_CHILDREN
all children selector
|
static String |
FIRST_CHILD
first child selector
|
| Constructor and Description |
|---|
CollapseBehavior(AccordionPanel panel)
Constructor
|
CollapseBehavior(AccordionPanel panel,
String children)
Constructor
|
CollapseBehavior(String selector)
Constructor
Caution: this constructor is for advanced usage |
CollapseBehavior(String selector,
String children)
Constructor
Caution: this constructor is for advanced usage |
| Modifier and Type | Method and Description |
|---|---|
String |
$() |
boolean |
isTemporary(org.apache.wicket.Component component) |
add, destroy, onConfigure, onDestroy, renderHead, widget, widget, widget, widget$, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, setOption, setOption, setOption, setOptions, setSelectoradd, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic static final String ALL_CHILDREN
public static final String FIRST_CHILD
public CollapseBehavior(String selector)
selector - the html selector of the underlying UL (ie: "#myId > UL")public CollapseBehavior(String selector, String children)
selector - the html selector of the underlying UL (ie: "#myId > UL")children - the children selectorpublic CollapseBehavior(AccordionPanel panel)
panel - the Componentpublic CollapseBehavior(AccordionPanel panel, String children)
panel - the Componentchildren - the children selectorpublic boolean isTemporary(org.apache.wicket.Component component)
isTemporary in class org.apache.wicket.behavior.Behaviorpublic String $()
$ in class com.googlecode.wicket.jquery.core.JQueryBehaviorCopyright © 2021 7thWeb. All rights reserved.