public class KendoEditorHeaderItem
extends org.apache.wicket.markup.head.JavaScriptContentHeaderItem
JavaScriptContentHeaderItem for an IKendoEditor
new PropertyColumn("Status", "status") {
public String getEditor()
{
return EDITOR_NAME;
}
}
class MyDataTable
{
public void renderHead(IHeaderResponse response)
{
super.renderHead(response);
response.render(new KendoEditorHeaderItem(new DropDownListEditor(EDITOR_NAME, MyEnum.values()), EDITOR_NAME));
}
}
| Constructor and Description |
|---|
KendoEditorHeaderItem(IKendoEditor editor,
String id)
Constructor
|
KendoEditorHeaderItem(IKendoEditor editor,
String id,
String condition)
Constructor
|
equals, getJavaScript, getRenderTokens, hashCode, render, toStringforReference, forReference, forReference, forReference, forReference, forReference, forReference, forReference, forScript, forScript, forUrl, forUrl, forUrl, forUrl, forUrl, getCondition, getId, internalRenderJavaScriptReference, setIdpublic KendoEditorHeaderItem(IKendoEditor editor, String id)
editor - the IKendoEditorid - the id of the javascript elementpublic KendoEditorHeaderItem(IKendoEditor editor, String id, String condition)
editor - the IKendoEditorid - the id of the javascript elementcondition - the condition to use for Internet Explorer conditional comments. E.g. "IE 7".Copyright © 2021 7thWeb. All rights reserved.