public abstract class ChartBehavior extends KendoUIBehavior implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ChartBehavior.OnSeriesClickAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'seriesClick' event |
protected static class |
ChartBehavior.SeriesClickEvent
Provides an event object that will be broadcasted by the
ChartBehavior.OnSeriesClickAjaxBehavior callback |
| Constructor and Description |
|---|
ChartBehavior(String selector,
List<Series> series,
IChartListener listener)
Constructor
|
ChartBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options,
List<Series> series,
IChartListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected abstract CharSequence |
getProviderUrl()
Gets the data-provider behavior's url
|
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnSeriesClickAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'seriesClick' event |
void |
onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
com.googlecode.wicket.jquery.core.JQueryEvent event) |
void |
onConfigure(org.apache.wicket.Component component) |
protected void |
onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
add, destroy, 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 METHOD
public ChartBehavior(String selector, List<Series> series, IChartListener listener)
selector - the html selector (ie: "#myId")series - the list of IColumnlistener - the IDataTableListenerpublic ChartBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, List<Series> series, IChartListener listener)
selector - the html selector (ie: "#myId")options - the Optionsseries - the list of IColumnlistener - the IDataTableListenerpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorprotected abstract CharSequence getProviderUrl()
public void onConfigure(org.apache.wicket.Component component)
onConfigure in class KendoUIBehaviorprotected void onConfigure(KendoDataSource dataSource)
KendoDataSource with additional optionsdataSource - the KendoDataSourcepublic void onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
com.googlecode.wicket.jquery.core.JQueryEvent event)
onAjax in interface com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAwareprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnSeriesClickAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'seriesClick' eventsource - the IJQueryAjaxAwareOnSeriesClickAjaxBehavior by defaultCopyright © 2021 7thWeb. All rights reserved.