public class ExpandBehavior 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 |
|---|
ExpandBehavior(AccordionPanel panel)
Constructor
|
ExpandBehavior(AccordionPanel panel,
String children)
Constructor
|
ExpandBehavior(String selector)
Constructor
Caution: this constructor is for advanced usage |
ExpandBehavior(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 ExpandBehavior(String selector)
selector - the html selector of the underlying UL (ie: "#myId > UL")public ExpandBehavior(String selector, String children)
selector - the html selector of the underlying UL (ie: "#myId > UL")children - the children selectorpublic ExpandBehavior(AccordionPanel panel)
panel - the Componentpublic ExpandBehavior(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.