| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLiveEditCallbackEventHandler<V extends LiveEditView> |
class |
AbstractLockingLiveEditCallbackEventHandler<V extends LiveEditView> |
class |
EditProductReferencesCallbackEventHandler<V extends LiveEditView> |
class |
ShowAllComponentsCallbackEventHandler<V extends LiveEditView> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloneComponentCallbackEventHandler.cloneComponent(LiveEditView view,
String contentSlotId,
String componentId) |
protected <C extends ItemModel> |
AbstractLiveEditCallbackEventHandler.getCMSObjectForUid(String uid,
LiveEditView view) |
protected AbstractCMSComponentModel |
AbstractLiveEditCallbackEventHandler.getComponentForUid(String componentUid,
LiveEditView view) |
protected ContentSlotModel |
AbstractLiveEditCallbackEventHandler.getContentSlotForPreviewCatalogVersions(String slotUid,
LiveEditView view) |
protected MediaModel |
DropMediaCallbackEventHandler.getMediaForPreviewCatalogVersions(LiveEditView view,
String mediaFileName) |
protected CmsPageBrowserModel |
AbstractLiveEditCallbackEventHandler.getPageBrowserModel(LiveEditView view,
String pageUid) |
protected AbstractPageModel |
DropMediaCallbackEventHandler.getPageForPreviewCatalogVersions(LiveEditView view,
String pageUid) |
protected AbstractPageModel |
AbstractLiveEditCallbackEventHandler.getPageForPreviewCatalogVersions(String pageUid,
LiveEditView view) |
protected void |
MoveComponentCallbackEventHandler.moveComponent(LiveEditView view,
String pageUid,
String fromSlotUid,
String toSlotUid,
String toPosition,
String componentUid,
String index) |
void |
SyncCMSItemCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
RemoveContentSlotCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
EditItemCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
CreateContentSlotCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
LockContentSlotCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
ManageProductFeatureImageCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
ManageMediaCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
InspectComponentCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
ManageProductImageCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
RemoveComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
CloneComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
EditCMSItemCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
CreateComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
MoveComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
RemoveContainerCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
EditComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributesMap) |
void |
DropMediaCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
VisibleToggleComponentCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
void |
OpenNavigationEditorCallbackEventHandler.onCallbackEventInternal(LiveEditView view,
Map<String,Object> attributeMap) |
protected void |
RemoveComponentCallbackEventHandler.removeComponent(LiveEditView view,
String contentSlotId,
String componentId)
Remove the component from the content slot
|
| Modifier and Type | Method and Description |
|---|---|
protected Window |
NavigationEditorWizard.createFrameComponent(LiveEditView liveEditView) |
void |
NavigationEditorWizard.show(LiveEditView liveEditView) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSLockingService.isSectionLocked(LiveEditView view,
String slotId)
Determine if a session is locked or not
|
void |
AbstractViewportRefreshContentHandler.onRefresh(LiveEditView view) |
protected void |
AbstractViewportRefreshContentHandler.setFrameSclass(LiveEditView view,
String sclass) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotModel |
DefaultCMSLockingService.getContentSlotForPreviewCatalogVersions(String slotUid,
LiveEditView view) |
boolean |
DefaultCMSLockingService.isSectionLocked(LiveEditView view,
String slotId) |
| Modifier and Type | Method and Description |
|---|---|
void |
LiveeditaddonBrowserArea.openInspectorInDiv(TypedObject item,
String divId,
LiveEditView view,
String slotId) |
| Modifier and Type | Method and Description |
|---|---|
LiveEditView |
LiveEditCmsComponentWizard.getLiveEditView() |
| Modifier and Type | Method and Description |
|---|---|
void |
LiveEditComponentsAdvancedSearchPageController.setLiveEditView(LiveEditView liveEditView) |
void |
LiveEditCmsComponentController.setLiveEditView(LiveEditView liveEditView) |
| Constructor and Description |
|---|
LiveEditCmsComponentWizard(BrowserSectionModel model,
Component parent,
BrowserModel browserModel,
LiveEditView liveEditView) |
LiveEditComponentsAdvancedSearchPageController(String contentSlotPosition,
LiveEditView liveEditView) |
LiveEditMediaComponentWizard(BrowserSectionModel model,
Component parent,
BrowserModel browserModel,
LiveEditView liveEditView) |
| Modifier and Type | Method and Description |
|---|---|
protected Window |
ManageMediaContainerWizard.createView(LiveEditView liveEditView) |
void |
ManageMediaContainerWizard.show(LiveEditView liveEditView) |
| Modifier and Type | Method and Description |
|---|---|
protected Window |
ProductImageWizard.createFrameComponent(LiveEditView liveEditView) |
void |
ProductImageWizard.show(LiveEditView liveEditView) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlChangeCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributeMap) |
void |
DefaultEditComponentCallbackEventHandler.onCallbackEvent(LiveEditView view,
Map<String,Object> attributesMap) |
| Modifier and Type | Method and Description |
|---|---|
protected LiveEditView |
CmsPageMainAreaPreviewComponentFactory.newDefaultLiveEditView(DefaultLiveEditViewModel liveEditViewModel)
Hook for custom LiveEditView
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CallbackEventHandler<V extends LiveEditView> |
interface |
CallbackEventHandlerRegistry<V extends LiveEditView> |
interface |
RefreshContentHandler<V extends LiveEditView> |
interface |
RefreshContentHandlerRegistry<V extends LiveEditView> |
| Modifier and Type | Method and Description |
|---|---|
void |
LiveEditView.DesktopRefreshContentHandler.onRefresh(LiveEditView view) |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveEditPopupEditDialog<T extends LiveEditView>
Represents reference selector modal dialog - container for advanced search component.
|
| Modifier and Type | Method and Description |
|---|---|
List<RefreshContentHandler<LiveEditView>> |
DefaultRefreshContentHandlerRegistry.getRefreshContentHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRefreshContentHandlerRegistry.setHandlers(List<RefreshContentHandler<LiveEditView>> handlers) |
| Modifier and Type | Method and Description |
|---|---|
protected LiveEditView |
LiveEditContentBrowser.DefaultLiveEditMainAreaComponent.newLiveEditView(LiveEditBrowserModel liveEditBrowserModel) |
Copyright © 2017 SAP SE. All Rights Reserved.