public class DropDownListEditor extends Object implements IKendoEditor
IKendoEditor editor, based on a list of string (not on json objects)KendoEditorHeaderItem| Modifier and Type | Field and Description |
|---|---|
protected org.apache.wicket.ajax.json.JSONArray |
array |
protected String |
name |
| Constructor and Description |
|---|
DropDownListEditor(Enum<?>[] values)
Constructor, for inline inclusion
|
DropDownListEditor(String[] values)
Constructor, for inline inclusion
|
DropDownListEditor(String name,
Enum<?>[] values)
Constructor
|
DropDownListEditor(String name,
String[] values)
Constructor
|
protected final String name
protected final org.apache.wicket.ajax.json.JSONArray array
public DropDownListEditor(String[] values)
values - the valuespublic DropDownListEditor(Enum<?>[] values)
values - the valuespublic DropDownListEditor(String name, String[] values)
name - the name of the functionvalues - the valuesCopyright © 2021 7thWeb. All rights reserved.