| Modifier and Type | Class and Description |
|---|---|
static class |
KendoDataSource.HierarchicalDataSource
Provide the hierarchical data-source
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataTableBehavior.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
protected void |
DataTable.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Modifier and Type | Class and Description |
|---|---|
class |
ChartDataSource
Provide the data-source for the
Chart |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChartBehavior.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
protected void |
Chart.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAutoCompleteTextField.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
protected void |
AutoCompleteBehavior.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultiSelect.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
protected void |
MultiSelectBehavior.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Modifier and Type | Method and Description |
|---|---|
protected KendoDataSource |
DataView.newDataSource()
Gets a new
KendoDataSource to be used by the underlying ListViewBehavior |
| Modifier and Type | Method and Description |
|---|---|
protected DataView<T> |
DataViewPanel.newDataView(String id,
KendoDataSource dataSource,
org.apache.wicket.markup.repeater.data.IDataProvider<T> provider,
com.googlecode.wicket.jquery.core.Options options)
Gets a new
DataView |
protected Pager |
DataViewPanel.newPager(String id,
KendoDataSource dataSource)
Gets a new
Pager |
protected void |
DataView.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Constructor and Description |
|---|
Pager(String id,
KendoDataSource dataSource)
constructor
|
Pager(String id,
KendoDataSource dataSource,
com.googlecode.wicket.jquery.core.Options options)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ListViewBehavior.onConfigure(KendoDataSource dataSource)
Configure the
KendoDataSource with additional options |
| Constructor and Description |
|---|
ListViewBehavior(String selector,
KendoDataSource dataSource,
IListViewListener listener)
Constructor
|
ListViewBehavior(String selector,
KendoDataSource dataSource,
IListViewListener listener,
com.googlecode.wicket.jquery.core.Options options)
Main Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulerDataSource
Provide the data-source for the
Scheduler |
Copyright © 2021 7thWeb. All rights reserved.