Modifier and Type | Class and Description |
---|---|
class |
ContentFacetAjaxSaveBehavior<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Define a
EditorAjaxSaveBehavior for ContentFacet type data. |
Modifier and Type | Method and Description |
---|---|
protected FieldAjaxEventBehavior |
ContentEditorPanel.getAjaxSavingBehavior(org.apache.wicket.ajax.markup.html.AjaxLink link,
org.apache.wicket.ajax.IAjaxCallDecorator callDecorator)
If not null will override the save behavior of the content.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductMetaItemAjaxSaveBehavior<P extends Product>
|
Modifier and Type | Class and Description |
---|---|
class |
EditorAjaxSaveBehavior
Add the ability for the CkEditor Save to do an AJAX save for that content only
This will put a param & value on the onCslick.
|
Modifier and Type | Method and Description |
---|---|
FieldAjaxEventBehavior |
FieldAjaxEventBehavior.setCallDecorator(org.apache.wicket.ajax.IAjaxCallDecorator callDecorator) |
FieldAjaxEventBehavior |
FieldAjaxEventBehavior.setPost(boolean post) |
Modifier and Type | Method and Description |
---|---|
protected FieldAjaxEventBehavior |
DefaultWicketTemplateRenderAdapter.getContentEditorAjaxSavingBehavior(org.apache.wicket.ajax.markup.html.AjaxLink link,
org.apache.wicket.ajax.IAjaxCallDecorator callDecorator,
MetaItem metaItem,
T modelObject,
ContentFacet facet)
If The Adapter uses a Content Editor which is capable of independent facet update hence
it requires a
FieldAjaxEventBehavior to define how that editor will behave on actions like onClick |
Copyright © 2018. All rights reserved.