public abstract class DataBoundBehavior
extends com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
DataTable Behavior that allows to register a 'dataBound' callback.DataTable#refresh instead of IPartialPageRequestHandler#add(datatable)| Constructor and Description |
|---|
DataBoundBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
$() |
void |
bind(org.apache.wicket.Component component) |
protected abstract String |
getDataBoundCallback()
Gets the callback/handler to be triggered on 'dataBound' event
|
protected String |
widget()
Gets the Kendo UI widget
|
add, getJQueryLibrarySettings, renderHead, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorprotected String widget()
protected String $()
$ in class com.googlecode.wicket.jquery.core.JQueryAbstractBehaviorprotected abstract String getDataBoundCallback()
Copyright © 2021 7thWeb. All rights reserved.