| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.datatable.column | |
| com.googlecode.wicket.kendo.ui.datatable.editor |
| Modifier and Type | Method and Description |
|---|---|
IKendoEditor |
IColumn.getEditor()
Provides a way to specify a custom editing UI for the column.
|
IKendoEditor |
AbstractColumn.getEditor() |
| Modifier and Type | Class and Description |
|---|---|
class |
DropDownListEditor
Provides a
IKendoEditor editor, based on a list of string (not on json objects) |
class |
NumericTextBoxEditor
Provides a
IKendoEditor editor, based on a kendoNumericTextBox |
class |
TextAreaEditor
Provides a
IKendoEditor editor, based on a textarea |
| Constructor and Description |
|---|
KendoEditorHeaderItem(IKendoEditor editor,
String id)
Constructor
|
KendoEditorHeaderItem(IKendoEditor editor,
String id,
String condition)
Constructor
|
Copyright © 2021 7thWeb. All rights reserved.