Modifier and Type | Class and Description |
---|---|
class |
CustomContentEditorWrapper<CF extends ContentFacet>
A default implementation of
ContentFacetEditor for ContentDetailsPageForm.onSubmit() and ContentDetailsPanel.createMainFacetEditor(org.apache.wicket.markup.html.list.ListItem<CF>, com.neurosys.template.model.FacetMeta, org.apache.wicket.markup.html.WebMarkupContainer) ,
that ensures we can use any Component wrapped by this for use as a Text-Editor. |
Modifier and Type | Method and Description |
---|---|
ContentFacet |
ContentDaoImpl.getContentFacetInstance(C content,
String facetName) |
Modifier and Type | Method and Description |
---|---|
ContentFacet |
ContentFacetPersist.act(String facetName,
String facetValue,
boolean existingRecord,
Long facetId,
Long contentId)
Deprecated.
If we don't care about post save Feedback related code & other details then just throw
Continue |
ContentFacet |
ContentFacet.clone() |
ContentFacet |
FacetAlias.getFacet() |
ContentFacet |
FacetAlias.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
FacetAlias.setFacet(ContentFacet facet) |
void |
FacetAlias.setParent(ContentFacet parent) |
Modifier and Type | Method and Description |
---|---|
ContentFacet |
ContentServiceImpl.saveFacet(ContentFacet cf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContentFacet> |
ContentServiceImpl.getFacets(Object contentNameorId,
String facetName,
Status status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentFacet |
ContentServiceImpl.saveFacet(ContentFacet cf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentFacet |
ContentFacetModel.getFacet()
Deprecated.
|
protected ContentFacet |
ContentFacetModel.load()
Deprecated.
|
ContentFacet |
ContentFacetModel.persist()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentFacetModel.setFacet(ContentFacet facet)
Deprecated.
|
Constructor and Description |
---|
ContentFacetModel(ContentFacet facet)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
orderAdmin.populateExtraButtonItem(org.apache.wicket.markup.html.WebMarkupContainer container,
org.apache.wicket.model.IModel<ContentFacet> listModel,
org.apache.wicket.markup.html.list.ListItem<FacetMeta> item)
Define Extra Buttons if needed by defining List of
FacetMeta is Spring bean orderListingExtraActions |
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.