public class BackofficeEditorAreaLogicHandler
extends DefaultEditorAreaLogicHandler
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
LABEL_BTN_CANCEL |
protected static java.lang.String |
LABEL_BTN_IGNORE_AND_SAVE |
protected static java.lang.String |
LABEL_SYNC_IN_PROGRESS_MSG_NO_SAVE |
protected static java.lang.String |
LABEL_SYNC_IN_PROGRESS_MSG_SAVE |
protected static java.lang.String |
LABEL_SYNC_IN_PROGRESS_TITLE |
protected static java.lang.String |
SETTING_DISABLE_SAVE_ON_SYNC |
| Constructor and Description |
|---|
BackofficeEditorAreaLogicHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSaveWithConfirmation(WidgetInstanceManager wim,
Executable save,
java.lang.Object currentObject) |
protected boolean |
isSyncInProgress(java.lang.Object currentObject) |
void |
setSynchronizationFacade(SynchronizationFacade synchronizationFacade) |
protected void |
showMessageBox(java.lang.String title,
java.lang.String message,
Messagebox.Button[] buttons,
java.lang.String[] btnLabels,
<any> clickEventListener) |
protected void |
showSyncInProgressConfirmation(WidgetInstanceManager wim,
Executable onIgnoreAndSave) |
protected static final java.lang.String SETTING_DISABLE_SAVE_ON_SYNC
protected static final java.lang.String LABEL_SYNC_IN_PROGRESS_MSG_SAVE
protected static final java.lang.String LABEL_SYNC_IN_PROGRESS_MSG_NO_SAVE
protected static final java.lang.String LABEL_SYNC_IN_PROGRESS_TITLE
protected static final java.lang.String LABEL_BTN_CANCEL
protected static final java.lang.String LABEL_BTN_IGNORE_AND_SAVE
public void executeSaveWithConfirmation(WidgetInstanceManager wim,
Executable save,
java.lang.Object currentObject)
protected boolean isSyncInProgress(java.lang.Object currentObject)
protected void showSyncInProgressConfirmation(WidgetInstanceManager wim,
Executable onIgnoreAndSave)
protected void showMessageBox(java.lang.String title,
java.lang.String message,
Messagebox.Button[] buttons,
java.lang.String[] btnLabels,
<any> clickEventListener)
public void setSynchronizationFacade(SynchronizationFacade synchronizationFacade)
Copyright © 2018 SAP SE. All Rights Reserved.